From e930effa5f984a49d9bed287191fb6f86a2a8086 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sun, 10 Jun 2018 21:48:28 +0100 Subject: iwlwifi-agn-ucode is renamed to iwlwifi-firmware (mga#22316) --- lib/network/connection/wireless.pm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'lib/network/connection') 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', -- cgit v1.2.1