From: Luca Coelho <[email protected]>

Hi,

Here's the seventh set of patches intended for v4.20.  It's the usual
development, the majority of the changes are cleanups in the queue
lifetime management code by Johannes, and also some improvements,
debugging and bugfixes again.

The changes are:

* Support for a new scan type;
* Clean-up in the queue handling code;
* A few bug fixes;

As usual, I'm pushing this to a pending branch, for kbuild bot, and
will send a pull-request later.

Please review.

Cheers,
Luca.


Ayala Beker (2):
  iwlwifi: mvm: introduce a new fragmented scan type: fast balance
  iwlwifi: mvm: use fast balance scan in case of DCM mode with P2P GO

Johannes Berg (11):
  iwlwifi: mvm: give TX queue info struct a name
  iwlwifi: mvm: move queue management into sta.c
  iwlwifi: mvm: remove per-queue hw refcount
  iwlwifi: mvm: clean up iteration in iwl_mvm_inactivity_check()
  iwlwifi: mvm: move queue reconfiguration into new function
  iwlwifi: mvm: reconfigure queues during inactivity check
  iwlwifi: mvm: remove RECONFIGURING queue state
  iwlwifi: mvm: make queue TID change more explicit
  iwlwifi: mvm: make iwl_mvm_scd_queue_redirect() static
  iwlwifi: mvm: move iwl_mvm_sta_alloc_queue() down
  iwlwifi: mvm: kill INACTIVE queue state

Sara Sharon (3):
  iwlwifi: mvm: don't send keys when entering D3
  iwlwifi: pcie: don't pad AMSDU packets
  iwlwifi: trace: change trace to trace one TB at a time

Shahar S Matityahu (2):
  iwlwifi: dump debug data before stop device
  iwlwifi: mvm: move rt status check to the start of the resume flow

 drivers/net/wireless/intel/iwlwifi/fw/dbg.c   |  27 +-
 drivers/net/wireless/intel/iwlwifi/fw/dbg.h   |   1 +
 .../intel/iwlwifi/iwl-devtrace-data.h         |  30 +-
 drivers/net/wireless/intel/iwlwifi/mvm/d3.c   |  64 +-
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c   |   9 +-
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h  |  54 +-
 drivers/net/wireless/intel/iwlwifi/mvm/scan.c | 115 ++-
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c  | 837 +++++++++++++-----
 drivers/net/wireless/intel/iwlwifi/mvm/sta.h  |   8 -
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c   |  34 +-
 .../net/wireless/intel/iwlwifi/mvm/utils.c    | 420 +--------
 .../net/wireless/intel/iwlwifi/pcie/tx-gen2.c |  28 +-
 drivers/net/wireless/intel/iwlwifi/pcie/tx.c  |  29 +-
 13 files changed, 825 insertions(+), 831 deletions(-)

-- 
2.19.0

Reply via email to