Linux-Wireless Archive mirror
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: netdev@vger.kernel.org
Cc: linux-wireless@vger.kernel.org
Subject: pull-request: wireless-2024-04-23
Date: Tue, 23 Apr 2024 11:57:37 +0200	[thread overview]
Message-ID: <20240423095910.11779-3-johannes@sipsolutions.net> (raw)

Hi,

Probably should've sent some of this earlier, but here we are
now. Mostly stack fixes, but one important (link ID management)
fix for iwlwifi as well, where older devices were completely
broken.

Please pull and let us know if there's any problem.

Thanks,
johannes



The following changes since commit 50108c352db70405b3d71d8099d0b3adc3b3352c:

  Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2024-03-28 13:09:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git tags/wireless-2024-04-23

for you to fetch changes up to 91112fc6212a9be6f3be636d885df9c17395e1a4:

  wifi: iwlwifi: mvm: fix link ID management (2024-04-22 09:42:25 +0200)

----------------------------------------------------------------
Fixes for the current cycle:
 * ath11k: convert to correct RCU iteration of IPv6 addresses
 * iwlwifi: link ID, FW API version, scanning and PASN fixes
 * cfg80211: NULL-deref and tracing fixes
 * mac80211: connection mode, mesh fast-TX, multi-link and
             various other small fixes

----------------------------------------------------------------
Avraham Stern (1):
      wifi: iwlwifi: mvm: remove old PASN station when adding a new one

Felix Fietkau (1):
      wifi: mac80211: split mesh fast tx cache into local/proxied/forwarded

Igor Artemiev (1):
      wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt class

Johannes Berg (12):
      wifi: mac80211: check EHT/TTLM action frame length
      wifi: mac80211: don't use rate mask for scanning
      Revert "wifi: iwlwifi: bump FW API to 90 for BZ/SC devices"
      wifi: mac80211: fix idle calculation with multi-link
      wifi: mac80211: mlme: re-parse with correct mode
      wifi: mac80211: mlme: fix memory leak
      wifi: mac80211: mlme: re-parse if AP mode is less than client
      wifi: nl80211: don't free NULL coalescing rule
      wifi: mac80211_hwsim: init peer measurement result
      wifi: mac80211: remove link before AP
      wifi: mac80211: fix unaligned le16 access
      wifi: iwlwifi: mvm: fix link ID management

Kalle Valo (1):
      wifi: ath11k: use RCU when accessing struct inet6_dev::ac_list

Miri Korenblit (1):
      wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmd

Richard Kinder (1):
      wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon timestamp field

 drivers/net/wireless/ath/ath11k/mac.c              |  4 ++-
 drivers/net/wireless/intel/iwlwifi/cfg/bz.c        |  2 +-
 drivers/net/wireless/intel/iwlwifi/cfg/sc.c        |  2 +-
 .../net/wireless/intel/iwlwifi/mvm/ftm-initiator.c |  2 ++
 drivers/net/wireless/intel/iwlwifi/mvm/link.c      |  2 +-
 drivers/net/wireless/intel/iwlwifi/mvm/scan.c      |  3 +-
 drivers/net/wireless/virtual/mac80211_hwsim.c      |  2 +-
 include/net/mac80211.h                             |  3 ++
 net/mac80211/chan.c                                | 27 +++++++++++++---
 net/mac80211/mesh.c                                |  8 ++++-
 net/mac80211/mesh.h                                | 36 ++++++++++++++++++++--
 net/mac80211/mesh_pathtbl.c                        | 31 +++++++++++++------
 net/mac80211/mlme.c                                | 31 +++++++++++++------
 net/mac80211/rate.c                                |  6 +++-
 net/mac80211/rx.c                                  | 17 ++++++++--
 net/mac80211/scan.c                                |  1 +
 net/mac80211/tx.c                                  | 13 +++++---
 net/wireless/nl80211.c                             |  2 ++
 net/wireless/trace.h                               |  4 +--
 19 files changed, 152 insertions(+), 44 deletions(-)

             reply	other threads:[~2024-04-23  9:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-23  9:57 Johannes Berg [this message]
2024-04-25 11:20 ` pull-request: wireless-2024-04-23 patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240423095910.11779-3-johannes@sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).