mbox series

[v5.6,0/7] iwlwifi: fixes intended for 5.6 2020-03-06

Message ID 20200306131627.503176-1-luca@coelho.fi (mailing list archive)
Headers show
Series iwlwifi: fixes intended for 5.6 2020-03-06 | expand

Message

Luca Coelho March 6, 2020, 1:16 p.m. UTC
From: Luca Coelho <luciano.coelho@intel.com>

Hi,

This is my second patchset with fixes for v5.6.  This time I have 7
important fixes.

The changes are:

* Fix a locking issue in time events handling;
* A fix in rate-scaling;
* Fix for a potential NULL pointer deref;
* Enable antenna diversity in some devices that were erroneously not
  doing it;
* Allow FW dumps to continue when the FW is stuck;
* A fix in the HE capabilities handling;
* Another fix for FW dumps where we were reading wrong addresses.

As usual, I'm pushing this to a pending branch, for kbuild bot.  And
since these are fixes for the current rc series, feel free to take
them directly to wireless-drivers.git.

Cheers,
Luca.


Avraham Stern (1):
  iwlwifi: mvm: take the required lock when clearing time event data

Ilan Peer (1):
  iwlwifi: mvm: Fix rate scale NSS configuration

Luca Coelho (3):
  iwlwifi: check allocated pointer when allocating conf_tlvs
  iwlwifi: dbg: don't abort if sending DBGC_SUSPEND_RESUME fails
  iwlwifi: cfg: use antenna diversity with all AX101 devices

Mordechay Goodstein (2):
  iwlwifi: consider HE capability when setting LDPC
  iwlwifi: yoyo: don't add TLV offset when reading FIFOs

 .../net/wireless/intel/iwlwifi/cfg/22000.c    |  2 ++
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c   | 25 +++++--------
 drivers/net/wireless/intel/iwlwifi/fw/dbg.h   |  6 ++--
 drivers/net/wireless/intel/iwlwifi/iwl-drv.c  |  2 +-
 .../net/wireless/intel/iwlwifi/mvm/rs-fw.c    | 35 ++++++++++++++-----
 .../wireless/intel/iwlwifi/mvm/time-event.c   |  4 +++
 6 files changed, 44 insertions(+), 30 deletions(-)