mbox series

[00/10] iwlwifi: updates intended for v5.15 2021-08-02 part 3

Message ID 20210802185856.175567-1-luca@coelho.fi
Headers show
Series iwlwifi: updates intended for v5.15 2021-08-02 part 3 | expand

Message

Luca Coelho Aug. 2, 2021, 6:58 p.m. UTC
From: Luca Coelho <luciano.coelho@intel.com>

Hi,

Here's the third set of patches intended for v5.15.  It's the usual
development, new features, cleanups and bugfixes.

The changes are:

* Support for a new hardware family (Bz);
* Small fix in the scan code;
* Support a new version of a command in the FW API;
* Some other small fixes, clean-ups and improvements.

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

Please review.

Cheers,
Luca.


Ilan Peer (1):
  iwlwifi: mvm: Fix umac scan request probe parameters

Johannes Berg (8):
  iwlwifi: split off Bz devices into their own family
  iwlwifi: give Bz devices their own name
  iwlwifi: read MAC address from correct place on Bz
  iwlwifi: pcie: implement Bz device startup
  iwlwifi: implement Bz NMI behaviour
  iwlwifi: pcie: implement Bz reset flow
  iwlwifi: mvm: support new station key API
  iwlwifi: mvm: simplify __iwl_mvm_set_sta_key()

Mukesh Sisodiya (1):
  iwlwifi: yoyo: cleanup internal buffer allocation in D3

 .../net/wireless/intel/iwlwifi/cfg/22000.c    | 74 +++++++++++++++++--
 drivers/net/wireless/intel/iwlwifi/cfg/9000.c |  2 +-
 .../wireless/intel/iwlwifi/fw/api/dbg-tlv.h   |  2 -
 .../net/wireless/intel/iwlwifi/fw/api/scan.h  |  6 +-
 .../net/wireless/intel/iwlwifi/fw/api/sta.h   |  8 +-
 .../net/wireless/intel/iwlwifi/iwl-config.h   |  8 +-
 drivers/net/wireless/intel/iwlwifi/iwl-csr.h  | 22 ++++--
 .../net/wireless/intel/iwlwifi/iwl-dbg-tlv.c  |  3 +-
 drivers/net/wireless/intel/iwlwifi/iwl-io.c   | 22 ++++--
 .../wireless/intel/iwlwifi/iwl-nvm-parse.c    | 10 ++-
 drivers/net/wireless/intel/iwlwifi/mvm/ops.c  |  6 +-
 drivers/net/wireless/intel/iwlwifi/mvm/sta.c  | 57 ++++++--------
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c |  8 +-
 .../wireless/intel/iwlwifi/pcie/trans-gen2.c  | 42 +++++++++--
 .../net/wireless/intel/iwlwifi/pcie/trans.c   | 38 +++++++---
 15 files changed, 216 insertions(+), 92 deletions(-)