From: Luca Coelho <luciano.coelho@xxxxxxxxx> Hi, Here are some mac80211 and cfg80211 patches from our internal tree. * New AKM suite selectors in the ieee80211 header; * Some improvements in the roaming API in cfg80211; * Support for max BSS idle period in mac80211; * Some cleanups and an optimization; Please review. Cheers, Luca. Avraham Stern (3): mac80211: Add support for BSS max idle period element cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss() cfg80211/nl80211: add authorized flag to roaming event Emmanuel Grumbach (1): mac80211: don't parse encrypted management frames in ieee80211_frame_acked Johannes Berg (2): ieee80211: fix kernel-doc parsing errors mac80211: disentangle iflist_mtx and chanctx_mtx Luca Coelho (3): ieee80211: add SUITE_B AKM selectors ieee80211: add FT-802.1X AKM suite selector mac80211: make multicast variable a bool in ieee80211_accept_frame() drivers/net/wireless/ath/ath6kl/cfg80211.c | 10 ++- .../broadcom/brcm80211/brcmfmac/cfg80211.c | 13 +++- drivers/net/wireless/rndis_wlan.c | 19 +++-- drivers/staging/wlan-ng/cfg80211.c | 7 +- include/linux/ieee80211.h | 67 +++++++++++----- include/net/cfg80211.h | 62 +++++++-------- include/net/mac80211.h | 14 +++- include/uapi/linux/nl80211.h | 14 ++++ net/mac80211/cfg.c | 6 +- net/mac80211/ieee80211_i.h | 1 + net/mac80211/main.c | 2 + net/mac80211/mlme.c | 14 +++- net/mac80211/rx.c | 2 +- net/mac80211/status.c | 1 + net/mac80211/util.c | 18 ++++- net/wireless/core.h | 12 +-- net/wireless/nl80211.c | 20 +++-- net/wireless/nl80211.h | 5 +- net/wireless/sme.c | 91 ++++++++++------------ net/wireless/util.c | 4 +- 20 files changed, 231 insertions(+), 151 deletions(-) -- 2.11.0