mbox series

[v5.7,0/8] iwlwifi: fixes intended for v5.7 2020-04-03

Message ID 20200403082955.1126339-1-luca@coelho.fi (mailing list archive)
Headers show
Series iwlwifi: fixes intended for v5.7 2020-04-03 | expand

Message

Luca Coelho April 3, 2020, 8:29 a.m. UTC
From: Luca Coelho <luciano.coelho@intel.com>

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(-)