mbox series

[00/20] cfg80211/mac80211 patches from our internal tree 2023-06-16

Message ID 20230616065409.633290-1-gregory.greenman@intel.com
Headers show
Series cfg80211/mac80211 patches from our internal tree 2023-06-16 | expand

Message

Greenman, Gregory June 16, 2023, 6:53 a.m. UTC
From: Gregory Greenman <gregory.greenman@intel.com>

Hi,

A bunch of patches from our internal tree with mac80211 and
cfg80211 changes. It's the usual developement, cleanups and
bugfixes.

Thanks,
Gregory

Abhishek Naik (2):
  wifi: mac80211: handle TDLS data frames with MLO
  wifi: mac80211: Add HE and EHT capa elements in TDLS frames

Anjaneyulu (1):
  wifi: mac80211: add consistency check for compat chandef

Benjamin Berg (10):
  wifi: mac80211: stop passing cbss to parser
  wifi: cfg80211: move regulatory_hint_found_beacon to be earlier
  wifi: cfg80211: keep bss_lock held when informing
  wifi: cfg80211: add inform_bss op to update BSS
  wifi: mac80211: use new inform_bss callback
  wifi: cfg80211: ignore invalid TBTT info field types
  wifi: cfg80211: rewrite merging of inherited elements
  wifi: cfg80211: drop incorrect nontransmitted BSS update code
  wifi: cfg80211: add element defragmentation helper
  wifi: mac80211: use cfg80211 defragmentation helper

Emmanuel Grumbach (1):
  wifi: mac80211: feed the link_id to cfg80211_ch_switch_started_notify

Ilan Peer (3):
  wifi: mac80211: Rename multi_link
  wifi: mac80211: Add support for parsing Reconfiguration Multi Link element
  wifi: mac80211: Rename ieee80211_mle_sta_prof_size_ok()

Mukesh Sisodiya (3):
  wifi: cfg80211: make TDLS management link-aware
  wifi: mac80211: handle TDLS negotiation with MLO
  wifi: mac80211: Extend AID element addition for TDLS frames

 .../net/wireless/marvell/mwifiex/cfg80211.c   |   8 +-
 include/linux/ieee80211.h                     |   8 +-
 include/net/cfg80211.h                        |  42 +-
 net/mac80211/cfg.c                            |   1 +
 net/mac80211/chan.c                           |   5 +
 net/mac80211/ieee80211_i.h                    |  24 +-
 net/mac80211/mlme.c                           |  14 +-
 net/mac80211/scan.c                           |  93 ++-
 net/mac80211/tdls.c                           | 257 ++++++---
 net/mac80211/tx.c                             |  22 +-
 net/mac80211/util.c                           | 118 ++--
 net/wireless/nl80211.c                        |   7 +-
 net/wireless/rdev-ops.h                       |  27 +-
 net/wireless/scan.c                           | 542 +++++++++---------
 net/wireless/trace.h                          |  30 +-
 15 files changed, 697 insertions(+), 501 deletions(-)