Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 00/10] iwlwifi: updates intended for v5.17 2021-12-10 part 2
@ 2021-12-10  9:12 Luca Coelho
  2021-12-10  9:12 ` [PATCH 01/10] iwlwifi: parse error tables from debug TLVs Luca Coelho
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Luca Coelho @ 2021-12-10  9:12 UTC (permalink / raw)
  To: kvalo; +Cc: luca, linux-wireless

From: Luca Coelho <luciano.coelho@intel.com>

Hi,

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

The changes are:

* Support for Optimized Connectivity Experience (OCE) scan;
* A bunch of FW debugging improvements and fixes;
* Fix one 32-bit compilation issue;
* 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.


Avraham Stern (1):
  iwlwifi: mvm: add support for OCE scan

Johannes Berg (9):
  iwlwifi: parse error tables from debug TLVs
  iwlwifi: dump CSR scratch from outer function
  iwlwifi: dump both TCM error tables if present
  iwlwifi: dump RCM error tables
  iwlwifi: mvm: fix 32-bit build in FTM
  iwlwifi: fix debug TLV parsing
  iwlwifi: fix leaks/bad data after failed firmware load
  iwlwifi: mvm: isolate offload assist (checksum) calculation
  iwlwifi: remove module loading failure message

 .../wireless/intel/iwlwifi/fw/api/dbg-tlv.h   | 11 ++-
 .../net/wireless/intel/iwlwifi/fw/api/scan.h  |  5 +
 drivers/net/wireless/intel/iwlwifi/fw/dump.c  | 93 ++++++++++++++++---
 drivers/net/wireless/intel/iwlwifi/fw/file.h  |  1 -
 .../net/wireless/intel/iwlwifi/iwl-dbg-tlv.c  | 15 ++-
 drivers/net/wireless/intel/iwlwifi/iwl-drv.c  | 92 ++++++++++++++----
 .../net/wireless/intel/iwlwifi/iwl-trans.h    | 11 ++-
 .../intel/iwlwifi/mvm/ftm-initiator.c         |  3 +-
 .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 11 ++-
 drivers/net/wireless/intel/iwlwifi/mvm/scan.c |  6 ++
 drivers/net/wireless/intel/iwlwifi/mvm/tx.c   | 45 ++++-----
 11 files changed, 223 insertions(+), 70 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2021-12-19  9:14 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-10  9:12 [PATCH 00/10] iwlwifi: updates intended for v5.17 2021-12-10 part 2 Luca Coelho
2021-12-10  9:12 ` [PATCH 01/10] iwlwifi: parse error tables from debug TLVs Luca Coelho
2021-12-10  9:12 ` [PATCH 02/10] iwlwifi: dump CSR scratch from outer function Luca Coelho
2021-12-10  9:12 ` [PATCH 03/10] iwlwifi: dump both TCM error tables if present Luca Coelho
2021-12-10  9:12 ` [PATCH 04/10] iwlwifi: dump RCM error tables Luca Coelho
2021-12-10  9:12 ` [PATCH 05/10] iwlwifi: mvm: fix 32-bit build in FTM Luca Coelho
2021-12-13 10:49   ` Kalle Valo
2021-12-13 11:00     ` Luca Coelho
2021-12-14  5:55       ` Kalle Valo
2021-12-19  9:14   ` [PATCH v2 " Luca Coelho
2021-12-10  9:12 ` [PATCH 06/10] iwlwifi: fix debug TLV parsing Luca Coelho
2021-12-10  9:12 ` [PATCH 07/10] iwlwifi: fix leaks/bad data after failed firmware load Luca Coelho
2021-12-10  9:12 ` [PATCH 08/10] iwlwifi: mvm: add support for OCE scan Luca Coelho
2021-12-10  9:12 ` [PATCH 09/10] iwlwifi: mvm: isolate offload assist (checksum) calculation Luca Coelho
2021-12-10  9:12 ` [PATCH 10/10] iwlwifi: remove module loading failure message Luca Coelho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox