This patchset adds support for multiple BSSID and enhanced multi-BSSID advertisements for AP mode. Individual patches describe the changes in this version. John Crispin (4): nl80211: MBSSID and EMA support in AP mode mac80211: MBSSID support in interface handling mac80211: MBSSID and EMA support in beacon handling mac80211: channel switch for non-transmitting interfaces include/net/cfg80211.h | 44 ++++++ include/net/mac80211.h | 93 +++++++++++++ include/uapi/linux/nl80211.h | 76 +++++++++- net/mac80211/cfg.c | 170 +++++++++++++++++++++-- net/mac80211/ieee80211_i.h | 2 + net/mac80211/iface.c | 29 +++- net/mac80211/tx.c | 173 ++++++++++++++++++++--- net/wireless/nl80211.c | 261 +++++++++++++++++++++++++++++------ 8 files changed, 772 insertions(+), 76 deletions(-) base-commit: 5e437416ff66981d8154687cfdf7de50b1d82bfc -- 2.31.1