From: Luca Coelho <luciano.coelho@xxxxxxxxx> Hi, 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; * Fix an RCU issue; * A fix for the TCM statistics gathering code; As usual, I'm pushing this to a pending branch, for kbuild bot. And since these are fixes for the rc series, feel free to take them directly to wireless-drivers.git. Cheers, Luca. Ilan Peer (1): iwlwifi: mvm: Do not declare support for ACK Enabled Aggregation Johannes Berg (5): 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 iwlwifi: mvm: don't call iwl_mvm_free_inactive_queue() under RCU Mordechay Goodstein (2): iwlwifi: mvm: beacon statistics shouldn't go backwards iwlwifi: msix: limit max RX queues for 9000 family .../net/wireless/intel/iwlwifi/fw/api/txq.h | 6 +++--- .../net/wireless/intel/iwlwifi/iwl-nvm-parse.c | 6 ++---- drivers/net/wireless/intel/iwlwifi/iwl-trans.h | 1 + drivers/net/wireless/intel/iwlwifi/mvm/rx.c | 13 +++++++++++-- drivers/net/wireless/intel/iwlwifi/mvm/sta.c | 17 ++++++++++------- .../intel/iwlwifi/pcie/ctxt-info-gen3.c | 18 ++++++++++++++---- .../net/wireless/intel/iwlwifi/pcie/trans.c | 6 +++++- .../net/wireless/intel/iwlwifi/pcie/tx-gen2.c | 3 +++ 8 files changed, 49 insertions(+), 21 deletions(-) -- 2.25.1