]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
wifi: iwlwifi: cfg: add back more lost PCI IDs
authorJohannes Berg <johannes.berg@intel.com>
Thu, 28 Aug 2025 06:55:31 +0000 (09:55 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Sep 2025 17:02:21 +0000 (19:02 +0200)
[ Upstream commit 019f71a6760a6f89d388c3cd45622d1aae7d3641 ]

Add back a few more PCI IDs to the config match table that
evidently I lost during the cleanups.

Fixes: 1fb053d9876f ("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>
drivers/net/wireless/intel/iwlwifi/pcie/drv.c

index b66a581c2e564af5e28d4c2153e395a0e2e97820..4e47ccb43bd86c7d151cf65086dd204dab85e397 100644 (file)
@@ -670,6 +670,8 @@ VISIBLE_IF_IWLWIFI_KUNIT const struct iwl_dev_info iwl_dev_info_table[] = {
 
        IWL_DEV_INFO(iwl6005_n_cfg, iwl6005_2agn_sff_name,
                     DEVICE(0x0082), SUBDEV_MASKED(0xC000, 0xF000)),
+       IWL_DEV_INFO(iwl6005_n_cfg, iwl6005_2agn_sff_name,
+                    DEVICE(0x0085), SUBDEV_MASKED(0xC000, 0xF000)),
        IWL_DEV_INFO(iwl6005_n_cfg, iwl6005_2agn_d_name,
                     DEVICE(0x0082), SUBDEV(0x4820)),
        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[] = {
                     DEVICE(0x24F3), SUBDEV(0x0004)),
        IWL_DEV_INFO(iwl8260_cfg, iwl8260_2n_name,
                     DEVICE(0x24F3), SUBDEV(0x0044)),
+       IWL_DEV_INFO(iwl8260_cfg, iwl8260_2ac_name,
+                    DEVICE(0x24F4)),
+       IWL_DEV_INFO(iwl8260_cfg, iwl4165_2ac_name,
+                    DEVICE(0x24F5)),
+       IWL_DEV_INFO(iwl8260_cfg, iwl4165_2ac_name,
+                    DEVICE(0x24F6)),
        IWL_DEV_INFO(iwl8265_cfg, iwl8265_2ac_name,
                     DEVICE(0x24FD)),
        IWL_DEV_INFO(iwl8265_cfg, iwl8275_2ac_name,