linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] iwlwifi: Make some Killer Wireless-AC 1550 cards working again
@ 2020-07-02 15:05 Alessio Bonfiglio
  2020-07-14  8:52 ` Kalle Valo
  0 siblings, 1 reply; 6+ messages in thread
From: Alessio Bonfiglio @ 2020-07-02 15:05 UTC (permalink / raw)
  To: linux-wireless
  Cc: Alessio Bonfiglio, Johannes Berg, Emmanuel Grumbach, Luca Coelho,
	Intel Linux Wireless

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 65d65c6baf4c..e02bafb8921f 100644
--- a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
+++ b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
@@ -582,6 +582,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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] iwlwifi: Make some Killer Wireless-AC 1550 cards working again
  2020-07-02 15:05 [PATCH] iwlwifi: Make some Killer Wireless-AC 1550 cards working again Alessio Bonfiglio
@ 2020-07-14  8:52 ` Kalle Valo
  2020-07-14  9:19   ` [PATCH v2] iwlwifi: Make some Killer Wireless-AC 1550 cards work again Alessio Bonfiglio
  0 siblings, 1 reply; 6+ messages in thread
From: Kalle Valo @ 2020-07-14  8:52 UTC (permalink / raw)
  To: Alessio Bonfiglio
  Cc: linux-wireless, Johannes Berg, Emmanuel Grumbach, Luca Coelho,
	Intel Linux Wireless

Alessio Bonfiglio <alessio.bonfiglio@mail.polimi.it> writes:

> 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).

Max 72 chars per line, please word wrap your commit log.

-- 
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH v2] iwlwifi: Make some Killer Wireless-AC 1550 cards work again
  2020-07-14  8:52 ` Kalle Valo
@ 2020-07-14  9:19   ` Alessio Bonfiglio
  2020-07-14  9:54     ` Kalle Valo
  2020-07-20 16:39     ` Kalle Valo
  0 siblings, 2 replies; 6+ messages in thread
From: Alessio Bonfiglio @ 2020-07-14  9:19 UTC (permalink / raw)
  To: linux-wireless
  Cc: Alessio Bonfiglio, Johannes Berg, Emmanuel Grumbach, Luca Coelho,
	Intel Linux Wireless

Fix the regression introduced by commit c8685937d07f ("iwlwifi: move
pu devices to new table") by adding the ids and the configurations of
two missing Killer 1550 cards in order to configure and let them work
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 65d65c6baf4c..e02bafb8921f 100644
--- a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
+++ b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
@@ -582,6 +582,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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH v2] iwlwifi: Make some Killer Wireless-AC 1550 cards work again
  2020-07-14  9:19   ` [PATCH v2] iwlwifi: Make some Killer Wireless-AC 1550 cards work again Alessio Bonfiglio
@ 2020-07-14  9:54     ` Kalle Valo
  2020-07-14 11:24       ` Emmanuel Grumbach
  2020-07-20 16:39     ` Kalle Valo
  1 sibling, 1 reply; 6+ messages in thread
From: Kalle Valo @ 2020-07-14  9:54 UTC (permalink / raw)
  To: Alessio Bonfiglio
  Cc: linux-wireless, Johannes Berg, Emmanuel Grumbach, Luca Coelho,
	Intel Linux Wireless

Alessio Bonfiglio <alessio.bonfiglio@mail.polimi.it> writes:

> Fix the regression introduced by commit c8685937d07f ("iwlwifi: move
> pu devices to new table") by adding the ids and the configurations of
> two missing Killer 1550 cards in order to configure and let them work
> 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>

Luca, should I take this to v5.8?

-- 
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v2] iwlwifi: Make some Killer Wireless-AC 1550 cards work again
  2020-07-14  9:54     ` Kalle Valo
@ 2020-07-14 11:24       ` Emmanuel Grumbach
  0 siblings, 0 replies; 6+ messages in thread
From: Emmanuel Grumbach @ 2020-07-14 11:24 UTC (permalink / raw)
  To: Kalle Valo
  Cc: Alessio Bonfiglio, linux-wireless, Johannes Berg,
	Emmanuel Grumbach, Luca Coelho, Intel Linux Wireless

> Alessio Bonfiglio <alessio.bonfiglio@mail.polimi.it> writes:
>
> > Fix the regression introduced by commit c8685937d07f ("iwlwifi: move
> > pu devices to new table") by adding the ids and the configurations of
> > two missing Killer 1550 cards in order to configure and let them work
> > 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>
>
> Luca, should I take this to v5.8?

Luca is OOO, but I guess you should, yes.

Thanks.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v2] iwlwifi: Make some Killer Wireless-AC 1550 cards work again
  2020-07-14  9:19   ` [PATCH v2] iwlwifi: Make some Killer Wireless-AC 1550 cards work again Alessio Bonfiglio
  2020-07-14  9:54     ` Kalle Valo
@ 2020-07-20 16:39     ` Kalle Valo
  1 sibling, 0 replies; 6+ messages in thread
From: Kalle Valo @ 2020-07-20 16:39 UTC (permalink / raw)
  To: Alessio Bonfiglio
  Cc: linux-wireless, Alessio Bonfiglio, Johannes Berg,
	Emmanuel Grumbach, Luca Coelho, Intel Linux Wireless

Alessio Bonfiglio <alessio.bonfiglio@mail.polimi.it> wrote:

> Fix the regression introduced by commit c8685937d07f ("iwlwifi: move
> pu devices to new table") by adding the ids and the configurations of
> two missing Killer 1550 cards in order to configure and let them work
> 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>

Patch applied to wireless-drivers.git, thanks.

b5ba46b81c2f iwlwifi: Make some Killer Wireless-AC 1550 cards work again

-- 
https://patchwork.kernel.org/patch/11662083/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-07-20 16:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-02 15:05 [PATCH] iwlwifi: Make some Killer Wireless-AC 1550 cards working again Alessio Bonfiglio
2020-07-14  8:52 ` Kalle Valo
2020-07-14  9:19   ` [PATCH v2] iwlwifi: Make some Killer Wireless-AC 1550 cards work again Alessio Bonfiglio
2020-07-14  9:54     ` Kalle Valo
2020-07-14 11:24       ` Emmanuel Grumbach
2020-07-20 16:39     ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).