mbox series

[0/7] cfg80211/mac80211 patches from our internal tree 2024-02-16

Message ID 20240216115433.1044027-1-miriam.rachel.korenblit@intel.com
Headers show
Series cfg80211/mac80211 patches from our internal tree 2024-02-16 | expand

Message

Miri Korenblit Feb. 16, 2024, 11:54 a.m. UTC
Hi,

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

Thanks,
Miri

Benjamin Berg (1):
  wifi: cfg80211: set correct param change count in ML element

Johannes Berg (5):
  wifi: cfg80211: remove cfg80211_inform_single_bss_frame_data()
  wifi: cfg80211: clean up cfg80211_inform_bss_frame_data()
  wifi: cfg80211: refactor RNR parsing
  wifi: mac80211: align ieee80211_mle_get_bss_param_ch_cnt()
  wifi: cfg80211: use ML element parsing helpers

Miri Korenblit (1):
  wifi: mac80211: parse the BSS Load element

 include/linux/ieee80211.h  |  67 +++-
 include/net/cfg80211.h     |   2 +
 include/net/mac80211.h     |   7 +
 net/mac80211/ieee80211_i.h |   1 +
 net/mac80211/mlme.c        |  14 +-
 net/mac80211/parse.c       |   8 +
 net/wireless/scan.c        | 615 ++++++++++++++++---------------------
 7 files changed, 358 insertions(+), 356 deletions(-)