diff options
author | Thomas Backlund <tmb@mageia.org> | 2013-02-23 19:53:09 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2013-02-23 19:53:09 +0000 |
commit | 3de8fa9cfd36c9807e50505130aba0979b243162 (patch) | |
tree | ee456be661e05337a0ae7e19f8166c1071b02e31 /lib/network/connection | |
parent | 7968536c3d14947eba8e7775e34da9d6bcad058e (diff) | |
download | drakx-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
Diffstat (limited to 'lib/network/connection')
-rw-r--r-- | lib/network/connection/wireless.pm | 8 |
1 files changed, 8 insertions, 0 deletions
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', |