diff options
author | Thomas Backlund <tmb@mageia.org> | 2013-01-24 17:45:28 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2013-01-24 17:45:28 +0000 |
commit | 0da1400c00e030576404836b4f3a6c559fdf74d1 (patch) | |
tree | 5c032223855fea9ecc3d3bb74b291dc4e6b484a2 /lib | |
parent | a216a538fe68f7a2415c41081c6b8db37e35a002 (diff) | |
download | drakx-net-0da1400c00e030576404836b4f3a6c559fdf74d1.tar drakx-net-0da1400c00e030576404836b4f3a6c559fdf74d1.tar.gz drakx-net-0da1400c00e030576404836b4f3a6c559fdf74d1.tar.bz2 drakx-net-0da1400c00e030576404836b4f3a6c559fdf74d1.tar.xz drakx-net-0da1400c00e030576404836b4f3a6c559fdf74d1.zip |
drop broadcom-wl reference during free driver tests
Diffstat (limited to 'lib')
-rw-r--r-- | lib/network/connection/wireless.pm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm index f35e3d3..7e325af 100644 --- a/lib/network/connection/wireless.pm +++ b/lib/network/connection/wireless.pm @@ -256,14 +256,6 @@ my @thirdparty_settings = ( } qw(b43legacy)), { - name => 'broadcom-wl', - matching => 'wl', - description => 'Broadcom Hybrid', - url => 'http://www.broadcom.com/support/802.11/linux_sta.php', - kernel_module => 1, - }, - - { name => 'acx100', matching => [ qw(acx_pci acx_usb) ], description => 'ACX100/ACX111/TNETW1450', |