mbox series

[00/12] iwlwifi: updates intended for v5.12 2021-01-31 part 2

Message ID 20210131182212.929755-1-luca@coelho.fi
Headers show
Series iwlwifi: updates intended for v5.12 2021-01-31 part 2 | expand

Message

Luca Coelho Jan. 31, 2021, 6:22 p.m. UTC
From: Luca Coelho <luciano.coelho@intel.com>

Hi,

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

The changes are:

* Per Platform Antenna Gain (PPAG) fixes and improvements;
* Bump FW API support again;
* Improvements in the debug framework;

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

Please review.

Cheers,
Luca.


Luca Coelho (7):
  iwlwifi: mvm: set enabled in the PPAG command properly
  iwlwifi: mvm: implement approved list for the PPAG feature
  iwlwifi: mvm: add HP to the PPAG approved list
  iwlwifi: mvm: add Samsung to the PPAG approved list
  iwlwifi: mvm: add Microsoft to the PPAG approved list
  iwlwifi: mvm: add Asus to the PPAG approved list
  iwlwifi: bump FW API to 61 for AX devices

Mordechay Goodstein (5):
  iwlwifi: mvm: add IML/ROM information for other HW families
  iwlwifi: mvm: add triggers for MLME events
  iwlwifi: fwrt: add suspend/resume time point
  iwlwifi: mvm: add tx fail time point
  iwlwifi: mvm: add debugfs entry to trigger a dump as any time-point

 .../net/wireless/intel/iwlwifi/cfg/22000.c    |  2 +-
 drivers/net/wireless/intel/iwlwifi/fw/init.c  |  2 ++
 drivers/net/wireless/intel/iwlwifi/iwl-prph.h |  1 +
 drivers/net/wireless/intel/iwlwifi/mvm/d3.c   |  3 --
 .../net/wireless/intel/iwlwifi/mvm/debugfs.c  | 19 ++++++++++
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c   | 35 +++++++++++++++++++
 .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 33 +++++++++++++++++
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c   | 26 ++++++++++++--
 .../net/wireless/intel/iwlwifi/mvm/utils.c    | 24 ++++++++++---
 9 files changed, 133 insertions(+), 12 deletions(-)