diff options
Diffstat (limited to 'lib/network/connection')
-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', |