mbox series

[wireless-next,00/15] wifi: iwlwifi: updates - 2025-03-07

Message ID 20250306220454.543262-1-miriam.rachel.korenblit@intel.com
Headers show
Series wifi: iwlwifi: updates - 2025-03-07 | expand

Message

Miri Korenblit March 6, 2025, 10:04 p.m. UTC
Hi,
Features, cleanups and bugfixes from our internal tree.
Resending this series with less patches (15).

Thanks,
Miri
---

Avraham Stern (1):
  wifi: iwlwifi: mvm: fix setting the TK when associated

Daniel Gabay (1):
  wifi: iwlwifi: w/a FW SMPS mode selection

Emmanuel Grumbach (3):
  wifi: iwlwifi: add support for BE213
  wifi: iwlwifi: fix the ECKV UEFI variable name
  wifi: iwlwifi: fix print for ECKV

Johannes Berg (2):
  wifi: iwlwifi: mark Br device not integrated
  wifi: iwlwifi: fix debug actions order

Miri Korenblit (4):
  wifi: iwlwifi: bump FW API to 97 for BZ/SC/DC devices
  wifi: iwlwifi: bump FW API to 98 for BZ/SC/DR devices
  wifi: iwlwifi: bump minimum API version in BZ/SC to 93
  wifi: iwlwifi: don't warn when if there is a FW error

Pagadala Yesu Anjaneyulu (3):
  wifi: iwlwifi: mvm: cleanup of TAS structure and enums
  wifi: iwlwifi: Add new TAS disable reason for invalid table source
  wifi: iwlwifi: mvm: Fix bit size calculation in
    iwl_dbgfs_tas_get_status_read

nerrera (1):
  wifi: iwlwifi: add restricted TWT capability

 drivers/net/wireless/intel/iwlwifi/cfg/bz.c   |  6 +--
 drivers/net/wireless/intel/iwlwifi/cfg/dr.c   |  6 +--
 drivers/net/wireless/intel/iwlwifi/cfg/sc.c   |  8 ++--
 .../net/wireless/intel/iwlwifi/fw/api/debug.h | 42 +++++++++----------
 drivers/net/wireless/intel/iwlwifi/fw/file.h  |  4 +-
 drivers/net/wireless/intel/iwlwifi/fw/uefi.c  | 10 +++--
 drivers/net/wireless/intel/iwlwifi/fw/uefi.h  |  4 +-
 .../net/wireless/intel/iwlwifi/iwl-config.h   |  1 +
 .../net/wireless/intel/iwlwifi/iwl-dbg-tlv.c  | 10 ++---
 .../wireless/intel/iwlwifi/iwl-nvm-parse.c    | 17 ++++++--
 .../net/wireless/intel/iwlwifi/iwl-trans.c    |  5 ++-
 .../net/wireless/intel/iwlwifi/mvm/debugfs.c  | 38 +++++++----------
 .../intel/iwlwifi/mvm/ftm-initiator.c         |  4 ++
 .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 15 +++++++
 .../wireless/intel/iwlwifi/mvm/mld-mac80211.c |  3 +-
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h  |  3 ++
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 21 ++++++++--
 17 files changed, 121 insertions(+), 76 deletions(-)

Comments

Johannes Berg March 7, 2025, 9:17 a.m. UTC | #1
Why does the subject say "DC"?

And why should there be two patches bumping it in the same set, rather
than just one? :)

johannes
Miri Korenblit March 7, 2025, 2:28 p.m. UTC | #2
> -----Original Message-----
> From: Johannes Berg <johannes@sipsolutions.net>
> Sent: Friday, 7 March 2025 11:18
> To: Korenblit, Miriam Rachel <miriam.rachel.korenblit@intel.com>
> Cc: linux-wireless@vger.kernel.org
> Subject: Re: [PATCH wireless-next 01/15] wifi: iwlwifi: bump FW API to 97 for
> BZ/SC/DC devices
> 
> Why does the subject say "DC"?
I guess it should have been DR...
ooops
> 
> And why should there be two patches bumping it in the same set, rather than just
> one? :)
> 
I just sent those 2 from the todo list.
But yeah I can squash those.
Should I also squash the 'bump MIN' patch maybe?
> johannes
Johannes Berg March 7, 2025, 2:29 p.m. UTC | #3
On Fri, 2025-03-07 at 14:28 +0000, Korenblit, Miriam Rachel wrote:
> 
> Should I also squash the 'bump MIN' patch maybe?
> 

Dunno, that seems unrelated, I wouldn't. Logically it's a different
change (adding supported FW vs. removing supported FW)

johannes