From: Luca Coelho <luciano.coelho@xxxxxxxxx> This is my third patchset with fixes for v5.4. This time I have five important fixes. The changes are: * Fix a bogus queue number when allocation fails; * A few PCI ID mapping fixes; * A workaround to force power gating in integrated 22000 devices. As usual, I'm pushing this to a pending branch, for kbuild bot. As we agreed, please apply them directly to wireless-drivers (after reviewing, obviously). ;) Cheers, Luca. Johannes Berg (1): iwlwifi: mvm: handle iwl_mvm_tvqm_enable_txq() error return Luca Coelho (4): iwlwifi: pcie: fix PCI ID 0x2720 configs that should be soc iwlwifi: pcie: fix all 9460 entries for qnj iwlwifi: pcie: add workaround for power gating in integrated 22000 iwlwifi: pcie: 0x2720 is qu and 0x30DC is not drivers/net/wireless/intel/iwlwifi/iwl-csr.h | 1 + drivers/net/wireless/intel/iwlwifi/iwl-prph.h | 5 + drivers/net/wireless/intel/iwlwifi/mvm/sta.c | 140 +++++++++++------- drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 125 ++++++++-------- .../wireless/intel/iwlwifi/pcie/trans-gen2.c | 25 ++++ 5 files changed, 177 insertions(+), 119 deletions(-) -- 2.23.0