Support passing SSID and probe-response template to drivers. This data can be used to offload the beacon -> probe-req -> probe-resp process to HW. v1->v2: Add probe response template configuration Arik Nemtsov (6): nl80211: allow passing SSID in nl80211_set_bss nl80211: Pass probe response data to drivers mac80211: add SSID for AP mode with change notification mac80211: Save probe response data for BSS wl12xx: AP mode - support hidden SSID wl12xx: configure probe-resp template according to notification drivers/net/wireless/wl12xx/cmd.c | 23 +++++++++----------- drivers/net/wireless/wl12xx/main.c | 32 +++++++++++++++++++++++++++- include/linux/nl80211.h | 9 ++++++++ include/net/cfg80211.h | 8 +++++++ include/net/mac80211.h | 21 ++++++++++++++++++ net/mac80211/cfg.c | 40 ++++++++++++++++++++++++++++++++++++ net/mac80211/ieee80211_i.h | 1 + net/mac80211/iface.c | 5 +++- net/mac80211/tx.c | 31 +++++++++++++++++++++++++++ net/mac80211/util.c | 8 ++++++- net/wireless/nl80211.c | 40 ++++++++++++++++++++++++++++++++++++ 11 files changed, 202 insertions(+), 16 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html