diff options
author | Olivier Blin <oblin@mandriva.com> | 2009-03-06 18:23:54 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2009-03-06 18:23:54 +0000 |
commit | 16be2d7f027428eba0a4d9f00876f02b4d5c0edb (patch) | |
tree | bd8bee8eb455325932f6d27230e1e55a245076eb /lib | |
parent | 7f9b5d996b5d3bfff10035de2e28bac6fcd076b2 (diff) | |
download | drakx-net-16be2d7f027428eba0a4d9f00876f02b4d5c0edb.tar drakx-net-16be2d7f027428eba0a4d9f00876f02b4d5c0edb.tar.gz drakx-net-16be2d7f027428eba0a4d9f00876f02b4d5c0edb.tar.bz2 drakx-net-16be2d7f027428eba0a4d9f00876f02b4d5c0edb.tar.xz drakx-net-16be2d7f027428eba0a4d9f00876f02b4d5c0edb.zip |
add broadcom-wl support
Diffstat (limited to 'lib')
-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 03fa9cc..f877be4 100644 --- a/lib/network/connection/wireless.pm +++ b/lib/network/connection/wireless.pm @@ -232,6 +232,14 @@ my @thirdparty_settings = ( } qw(b43 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', |