From: Gregory Greenman <gregory.greenman@xxxxxxxxx> Hi, A bunch of patches from our internal tree with mac80211 and cfg80211 changes. It's the usual developement, cleanups and bugfixes. Thanks, Gregory Emmanuel Grumbach (1): wifi: mac80211: fetch and store the EML capability information Ilan Peer (1): wifi: mac80211: Fix elements scratch buffer allocation Johannes Berg (8): wifi: mac80211: fix min center freq offset tracing wifi: mac80211: simplify chanctx allocation wifi: mac80211: consider reserved chanctx for mindef wifi: mac80211: recalc chanctx mindef before assigning wifi: mac80211: HW restart for MLO wifi: mac80211_hwsim: avoid warning with MLO PS stations wifi: mac80211: skip EHT BSS membership selector wifi: mac80211: implement proper AP MLD HW restart Mukesh Sisodiya (1): wifi: cfg80211: Add null check for ie data drivers/net/wireless/virtual/mac80211_hwsim.c | 9 +- include/linux/ieee80211.h | 40 ++++- include/net/mac80211.h | 2 + net/mac80211/chan.c | 75 +++++---- net/mac80211/ieee80211_i.h | 6 +- net/mac80211/mlme.c | 16 +- net/mac80211/trace.h | 2 +- net/mac80211/util.c | 155 +++++++++++++----- net/wireless/sme.c | 2 +- 9 files changed, 232 insertions(+), 75 deletions(-) -- 2.38.1