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.pm13
1 files changed, 12 insertions, 1 deletions
diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm
index 3e28516..f6a28b7 100644
--- a/lib/network/connection/wireless.pm
+++ b/lib/network/connection/wireless.pm
@@ -137,7 +137,18 @@ my @thirdparty_settings = (
},
sleep => 1,
};
- } ([ 3945, '-2' ], [ 4965, '-2' ], [ 'wifi', '-5', 5000, 'agn' ])),
+ } ([ 3945, '-2' ], [ 4965, '-2' ])),
+
+ {
+ name => "iwlwifi",
+ description => "Intel(R) PRO/Wireless AGN",
+ url => "http://intellinuxwireless.org/",
+ firmware => {
+ package => "iwlwifi-firmware",
+ test_file => "iwlwifi-5000-5.ucode",
+ },
+ sleep => 1,
+ },
{
name => 'p54pci',