summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--lib/network/connection/wireless.pm13
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9327829..22c2b04 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- iwlwifi-agn-ucode is renamed to iwlwifi-firmware (mga#22316)
+
2.32.1
- net_applet:
o fix the context menu
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',