summaryrefslogtreecommitdiff
path: root/libre/linux-libre/0004-iwlwifi-Make-some-Killer-Wireless-AC-1550-cards-work.patch
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-07-10 21:25:50 -0400
committerDavid P <megver83@parabola.nu>2020-07-10 21:25:50 -0400
commitd5fb62c08ec07a1a6185bb9694ef93676070e884 (patch)
tree4b80a9b91199c6a88edf3f69ba99f060d8639871 /libre/linux-libre/0004-iwlwifi-Make-some-Killer-Wireless-AC-1550-cards-work.patch
parent9ff3734e30261e4d9542d983d7dc75c23f152a27 (diff)
downloadabslibre-d5fb62c08ec07a1a6185bb9694ef93676070e884.tar.gz
abslibre-d5fb62c08ec07a1a6185bb9694ef93676070e884.tar.bz2
abslibre-d5fb62c08ec07a1a6185bb9694ef93676070e884.zip
updpkg: libre/linux-libre 5.7.8-1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/linux-libre/0004-iwlwifi-Make-some-Killer-Wireless-AC-1550-cards-work.patch')
-rw-r--r--libre/linux-libre/0004-iwlwifi-Make-some-Killer-Wireless-AC-1550-cards-work.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/libre/linux-libre/0004-iwlwifi-Make-some-Killer-Wireless-AC-1550-cards-work.patch b/libre/linux-libre/0004-iwlwifi-Make-some-Killer-Wireless-AC-1550-cards-work.patch
new file mode 100644
index 000000000..6fbda1ca6
--- /dev/null
+++ b/libre/linux-libre/0004-iwlwifi-Make-some-Killer-Wireless-AC-1550-cards-work.patch
@@ -0,0 +1,31 @@
+From 2fadccbdd143a95db9ba06110261142c9bb2acbd Mon Sep 17 00:00:00 2001
+From: Alessio Bonfiglio <alessio.bonfiglio@mail.polimi.it>
+Date: Thu, 2 Jul 2020 17:05:52 +0200
+Subject: [PATCH 4/4] iwlwifi: Make some Killer Wireless-AC 1550 cards working
+ again
+
+Fix the regression introduced by commit c8685937d07f ("iwlwifi: move pu devices to new table") by add the ids and the configurations of two missing Killer 1550 cards in order to make these cards being configured and working correctly again (following the new table convention).
+Resolve bug 208141 ("Wireless ac 9560 not working kernel 5.7.2", https://bugzilla.kernel.org/show_bug.cgi?id=208141).
+
+Fixes: c8685937d07f ("iwlwifi: move pu devices to new table")
+Signed-off-by: Alessio Bonfiglio <alessio.bonfiglio@mail.polimi.it>
+---
+ drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
+index 29971c25dba4..9ea3e5634672 100644
+--- a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
++++ b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
+@@ -577,6 +577,8 @@ static const struct iwl_dev_info iwl_dev_info_table[] = {
+ IWL_DEV_INFO(0x30DC, 0x1552, iwl9560_2ac_cfg_soc, iwl9560_killer_1550i_name),
+ IWL_DEV_INFO(0x31DC, 0x1551, iwl9560_2ac_cfg_soc, iwl9560_killer_1550s_name),
+ IWL_DEV_INFO(0x31DC, 0x1552, iwl9560_2ac_cfg_soc, iwl9560_killer_1550i_name),
++ IWL_DEV_INFO(0xA370, 0x1551, iwl9560_2ac_cfg_soc, iwl9560_killer_1550s_name),
++ IWL_DEV_INFO(0xA370, 0x1552, iwl9560_2ac_cfg_soc, iwl9560_killer_1550i_name),
+
+ IWL_DEV_INFO(0x271C, 0x0214, iwl9260_2ac_cfg, iwl9260_1_name),
+
+--
+2.27.0
+