From 16be2d7f027428eba0a4d9f00876f02b4d5c0edb Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 6 Mar 2009 18:23:54 +0000 Subject: add broadcom-wl support --- lib/network/connection/wireless.pm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/network') 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 @@ -231,6 +231,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) ], -- cgit v1.2.1