* [PATCH] iwlwifi: pcie: add device id 51F1 for killer 1675
@ 2023-04-10 22:22 Yi Kuo
2023-04-14 13:45 ` Kalle Valo
0 siblings, 1 reply; 2+ messages in thread
From: Yi Kuo @ 2023-04-10 22:22 UTC (permalink / raw)
To: gregory.greenman; +Cc: linux-wireless, Yi Kuo
I have a Killer AX1675i card with device id 51f1,
showing "No config found for PCI dev 51f1/1672" in dmesg.
Adding the new device id 51F1 for 1675i fixes the issue.
Also adding it for 1675s.
Signed-off-by: Yi Kuo <yi@yikuo.dev>
---
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 99768d6a6..34592d8cb 100644
--- a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
+++ b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c
@@ -679,6 +679,8 @@ static const struct iwl_dev_info iwl_dev_info_table[] = {
IWL_DEV_INFO(0x2726, 0x1672, iwlax211_2ax_cfg_so_gf_a0, iwl_ax211_killer_1675i_name),
IWL_DEV_INFO(0x51F0, 0x1671, iwlax211_2ax_cfg_so_gf_a0, iwl_ax211_killer_1675s_name),
IWL_DEV_INFO(0x51F0, 0x1672, iwlax211_2ax_cfg_so_gf_a0, iwl_ax211_killer_1675i_name),
+ IWL_DEV_INFO(0x51F1, 0x1671, iwlax211_2ax_cfg_so_gf_a0, iwl_ax211_killer_1675s_name),
+ IWL_DEV_INFO(0x51F1, 0x1672, iwlax211_2ax_cfg_so_gf_a0, iwl_ax211_killer_1675i_name),
IWL_DEV_INFO(0x54F0, 0x1671, iwlax211_2ax_cfg_so_gf_a0, iwl_ax211_killer_1675s_name),
IWL_DEV_INFO(0x54F0, 0x1672, iwlax211_2ax_cfg_so_gf_a0, iwl_ax211_killer_1675i_name),
IWL_DEV_INFO(0x7A70, 0x1671, iwlax211_2ax_cfg_so_gf_a0, iwl_ax211_killer_1675s_name),
--
2.40.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] iwlwifi: pcie: add device id 51F1 for killer 1675
2023-04-10 22:22 [PATCH] iwlwifi: pcie: add device id 51F1 for killer 1675 Yi Kuo
@ 2023-04-14 13:45 ` Kalle Valo
0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2023-04-14 13:45 UTC (permalink / raw)
To: Yi Kuo; +Cc: gregory.greenman, linux-wireless
Yi Kuo <yi@yikuo.dev> writes:
> I have a Killer AX1675i card with device id 51f1,
> showing "No config found for PCI dev 51f1/1672" in dmesg.
>
> Adding the new device id 51F1 for 1675i fixes the issue.
> Also adding it for 1675s.
>
> Signed-off-by: Yi Kuo <yi@yikuo.dev>
> ---
> drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 2 ++
> 1 file changed, 2 insertions(+)
"wifi:" missing from title.
--
https://patchwork.kernel.org/project/linux-wireless/list/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-04-14 13:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-10 22:22 [PATCH] iwlwifi: pcie: add device id 51F1 for killer 1675 Yi Kuo
2023-04-14 13:45 ` 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).