mbox series

[wireless-next,00/15] wifi: mac80211/cfg80211: updates - 2025-03-06

Message ID 20250306104326.4105722-1-miriam.rachel.korenblit@intel.com
Headers show
Series wifi: mac80211/cfg80211: updates - 2025-03-06 | expand

Message

Miri Korenblit March 6, 2025, 10:43 a.m. UTC
Hi,

A few features, cleanups and bugfixes from our internal tree.

Thanks,
Miri
---

Anjaneyulu (1):
  wifi: cfg80211: allow AP operations in 20 MHz configuration

Avraham Stern (1):
  wifi: mac80211: allow 320 MHz FTM measurements

Ilan Peer (3):
  wifi: mac80211_hwsim: Fix MLD address translation
  wifi: cfg80211: Update the link address when a link is added
  wifi: mac80211: Notify cfg80211 about added link addresses

Johannes Berg (10):
  wifi: cfg80211: move link reconfig parameters into a struct
  wifi: cfg80211: allow setting extended MLD capa/ops
  wifi: mac80211: mlme: support extended MLD capa/ops in assoc
  wifi: mac80211: fix U-APSD check in ML reconfiguration
  wifi: cfg80211: improve supported_selector documentation
  wifi: mac80211: fix userspace_selectors corruption
  wifi: mac80211: fix warning on disconnect during failed ML reconf
  wifi: mac80211: fix ML reconf reset in disconnect
  wifi: mac80211: don't include MLE in ML reconf per-STA profile
  wifi: mac80211: set WMM in ML reconfiguration

 drivers/net/wireless/virtual/mac80211_hwsim.c |  14 ++-
 include/net/cfg80211.h                        |  30 ++++-
 include/uapi/linux/nl80211.h                  |  68 ++++++-----
 net/mac80211/cfg.c                            |   7 +-
 net/mac80211/ieee80211_i.h                    |   9 +-
 net/mac80211/mlme.c                           | 110 +++++++++++-------
 net/wireless/chan.c                           |   8 +-
 net/wireless/core.c                           |   3 +-
 net/wireless/core.h                           |   6 +-
 net/wireless/mlme.c                           |  17 +--
 net/wireless/nl80211.c                        |  40 ++++---
 net/wireless/rdev-ops.h                       |  10 +-
 net/wireless/reg.c                            |   4 +-
 net/wireless/trace.h                          |  17 +--
 14 files changed, 219 insertions(+), 124 deletions(-)