From: Luca Coelho <luciano.coelho@xxxxxxxxx> Hi, This is v2 of the series, with the comments addressed. I'll assign them directly to you, as we had agreed before. In v2: * Dropped "iwlwifi: mvm: don't call iwl_mvm_free_inactive_queue() under RCU", while waiting for Johannes address the comment; * Dropped "iwlwifi: msix: limit max RX queues for 9000 family", since, as Emmanuel noted, NSSN is currently disabled; * Fixed the commit message in "iwlwifi: mvm: limit maximum queue appropriately", so that it says "queue 31" instead of "queue 32". This is my first patchset with fixes for v5.7. The changes are: * Remove ACK enabled aggregation support flag, since we never really supported it; * A few fixes for the queues configuration on the 9000 family of devices that were causing FW hangs; * A fix for the TCM statistics gathering code; Cheers, Luca. Ilan Peer (1): iwlwifi: mvm: Do not declare support for ACK Enabled Aggregation Johannes Berg (4): iwlwifi: pcie: actually release queue memory in TVQM iwlwifi: pcie: indicate correct RB size to device iwlwifi: mvm: limit maximum queue appropriately iwlwifi: mvm: fix inactive TID removal return value usage Mordechay Goodstein (1): iwlwifi: mvm: beacon statistics shouldn't go backwards .../net/wireless/intel/iwlwifi/fw/api/txq.h | 6 +++--- .../net/wireless/intel/iwlwifi/iwl-nvm-parse.c | 6 ++---- drivers/net/wireless/intel/iwlwifi/mvm/rx.c | 13 +++++++++++-- drivers/net/wireless/intel/iwlwifi/mvm/sta.c | 9 +++++++-- .../intel/iwlwifi/pcie/ctxt-info-gen3.c | 18 ++++++++++++++---- .../net/wireless/intel/iwlwifi/pcie/tx-gen2.c | 3 +++ 6 files changed, 40 insertions(+), 15 deletions(-) -- 2.25.1