diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | lib/network/connection/wireless.pm | 8 |
2 files changed, 1 insertions, 8 deletions
@@ -1,3 +1,4 @@ +- drop broadcom-wl reference during free driver tests - monitor: allow wpa_cli to report signale strength in dBm (Derek Jennings, #8228) - drakhosts: fix translation domain (Yuri Chornoivan, mga#8629) - fix untranslatable strings (Yuri Chornoivan, mga#8638, #8640 & #8628) 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', |