summaryrefslogtreecommitdiffstats
path: root/lib/network/connection/wireless.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/network/connection/wireless.pm')
-rw-r--r--lib/network/connection/wireless.pm12
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm
index e036f6c..4f86f17 100644
--- a/lib/network/connection/wireless.pm
+++ b/lib/network/connection/wireless.pm
@@ -221,6 +221,16 @@ my @thirdparty_settings = (
},
},
+ {
+ name => 'b43',
+ description => 'Broadcom B43 wireless chips',
+ firmware => {
+ package => 'b43-openfwwf',
+ url => 'http://www.ing-unibs.it/~openfwwf/',
+ test_file => 'b43-open/ucode5.fw',
+ },
+ },
+
(map {
+{
name => $_,
@@ -242,7 +252,7 @@ my @thirdparty_settings = (
},
},
};
- } qw(b43 b43legacy)),
+ } qw(b43legacy)),
{
name => 'broadcom-wl',