We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c2a80 commit 79be735Copy full SHA for 79be735
drivers/net/wireless/intel/iwlwifi/pcie/drv.c
@@ -726,10 +726,10 @@ VISIBLE_IF_IWLWIFI_KUNIT const struct iwl_dev_info iwl_dev_info_table[] = {
726
DEVICE(0x0083), SUBDEV_MASKED(0x5, 0xF)),
727
IWL_DEV_INFO(iwl1000_bg_cfg, iwl1000_bg_name,
728
DEVICE(0x0083), SUBDEV_MASKED(0x6, 0xF)),
729
+ IWL_DEV_INFO(iwl1000_bgn_cfg, iwl1000_bgn_name,
730
+ DEVICE(0x0084), SUBDEV_MASKED(0x5, 0xF)),
731
- DEVICE(0x0084), SUBDEV(0x1216)),
- IWL_DEV_INFO(iwl1000_bg_cfg, iwl1000_bg_name,
732
- DEVICE(0x0084), SUBDEV(0x1316)),
+ DEVICE(0x0084), SUBDEV_MASKED(0x6, 0xF)),
733
734
/* 100 Series WiFi */
735
IWL_DEV_INFO(iwl100_bgn_cfg, iwl100_bgn_name,
0 commit comments