summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2013-02-23 19:53:09 +0000
committerThomas Backlund <tmb@mageia.org>2013-02-23 19:53:09 +0000
commit3de8fa9cfd36c9807e50505130aba0979b243162 (patch)
treeee456be661e05337a0ae7e19f8166c1071b02e31
parent7968536c3d14947eba8e7775e34da9d6bcad058e (diff)
downloaddrakx-net-3de8fa9cfd36c9807e50505130aba0979b243162.tar
drakx-net-3de8fa9cfd36c9807e50505130aba0979b243162.tar.gz
drakx-net-3de8fa9cfd36c9807e50505130aba0979b243162.tar.bz2
drakx-net-3de8fa9cfd36c9807e50505130aba0979b243162.tar.xz
drakx-net-3de8fa9cfd36c9807e50505130aba0979b243162.zip
re-add broadcom-wl reference
-rw-r--r--NEWS2
-rw-r--r--lib/network/connection/wireless.pm8
2 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 70e218e..b657087 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- re-add broadcom-wl reference
+
1.19.1:
- load services when needed
diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm
index df614d6..fad011c 100644
--- a/lib/network/connection/wireless.pm
+++ b/lib/network/connection/wireless.pm
@@ -256,6 +256,14 @@ 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',