Skip to content

Commit f25641c

Browse files
committed
Merge tag 'wireless-drivers-2020-05-19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers
Kalle Valo says: ==================== wireless-drivers fixes for v5.7 Third and most likely the last set of fixes for v5.7. Only one iwlwifi fix this time. iwlwifi * another fix for QuZ device configuration ==================== Signed-off-by: David S. Miller <[email protected]>
2 parents ef01cee + f92f26f commit f25641c

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,6 +1092,10 @@ static int iwl_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
10921092
iwl_trans->cfg = &iwl_ax101_cfg_quz_hr;
10931093
else if (iwl_trans->cfg == &iwl_ax201_cfg_qu_hr)
10941094
iwl_trans->cfg = &iwl_ax201_cfg_quz_hr;
1095+
else if (iwl_trans->cfg == &killer1650s_2ax_cfg_qu_b0_hr_b0)
1096+
iwl_trans->cfg = &iwl_ax1650s_cfg_quz_hr;
1097+
else if (iwl_trans->cfg == &killer1650i_2ax_cfg_qu_b0_hr_b0)
1098+
iwl_trans->cfg = &iwl_ax1650i_cfg_quz_hr;
10951099
}
10961100

10971101
#endif

0 commit comments

Comments
 (0)