diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | lib/network/connection/wireless.pm | 13 |
2 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,5 @@ +- iwlwifi-agn-ucode is renamed to iwlwifi-firmware (mga#22316) + 2.33 - 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', |