Skip to content

Commit b9b9e95

Browse files
jmberg-intelgregkh
authored andcommitted
wifi: iwlwifi: cfg: add back more lost PCI IDs
[ Upstream commit 019f71a ] Add back a few more PCI IDs to the config match table that evidently I lost during the cleanups. Fixes: 1fb053d ("wifi: iwlwifi: cfg: remove unnecessary configs") Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://patch.msgid.link/20250828095500.46fee422651e.I8f6c3e9eea9523bb1658f5690b715eb443740e07@changeid Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 79be735 commit b9b9e95

File tree

1 file changed

+8
-0
lines changed
  • drivers/net/wireless/intel/iwlwifi/pcie

1 file changed

+8
-0
lines changed

drivers/net/wireless/intel/iwlwifi/pcie/drv.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,8 @@ VISIBLE_IF_IWLWIFI_KUNIT const struct iwl_dev_info iwl_dev_info_table[] = {
670670

671671
IWL_DEV_INFO(iwl6005_n_cfg, iwl6005_2agn_sff_name,
672672
DEVICE(0x0082), SUBDEV_MASKED(0xC000, 0xF000)),
673+
IWL_DEV_INFO(iwl6005_n_cfg, iwl6005_2agn_sff_name,
674+
DEVICE(0x0085), SUBDEV_MASKED(0xC000, 0xF000)),
673675
IWL_DEV_INFO(iwl6005_n_cfg, iwl6005_2agn_d_name,
674676
DEVICE(0x0082), SUBDEV(0x4820)),
675677
IWL_DEV_INFO(iwl6005_n_cfg, iwl6005_2agn_mow1_name,
@@ -961,6 +963,12 @@ VISIBLE_IF_IWLWIFI_KUNIT const struct iwl_dev_info iwl_dev_info_table[] = {
961963
DEVICE(0x24F3), SUBDEV(0x0004)),
962964
IWL_DEV_INFO(iwl8260_cfg, iwl8260_2n_name,
963965
DEVICE(0x24F3), SUBDEV(0x0044)),
966+
IWL_DEV_INFO(iwl8260_cfg, iwl8260_2ac_name,
967+
DEVICE(0x24F4)),
968+
IWL_DEV_INFO(iwl8260_cfg, iwl4165_2ac_name,
969+
DEVICE(0x24F5)),
970+
IWL_DEV_INFO(iwl8260_cfg, iwl4165_2ac_name,
971+
DEVICE(0x24F6)),
964972
IWL_DEV_INFO(iwl8265_cfg, iwl8265_2ac_name,
965973
DEVICE(0x24FD)),
966974
IWL_DEV_INFO(iwl8265_cfg, iwl8275_2ac_name,

0 commit comments

Comments
 (0)