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: MBSSID channel switch include/net/cfg80211.h | 44 ++++++ include/net/mac80211.h | 92 ++++++++++++ include/uapi/linux/nl80211.h | 76 +++++++++- net/mac80211/cfg.c | 192 +++++++++++++++++++++--- net/mac80211/ieee80211_i.h | 2 + net/mac80211/iface.c | 29 +++- net/mac80211/tx.c | 173 +++++++++++++++++++--- net/wireless/nl80211.c | 277 ++++++++++++++++++++++++++++++----- 8 files changed, 805 insertions(+), 80 deletions(-) base-commit: 339133f6c318612f9a4556c300753beda27abc01 -- 2.31.1