Hi Johannes, here are a few patches from our internal tree. You have already seen most of them. Assaf Krauss (3): nl80211: Allow declaring RRM-related features nl80211: Add flag attribute for RRM connections mac80211: Add RRM support to assoc request Eliad Peller (3): cfg80211: avoid duplicate entries on regdomain intersection mac80211: adjust roc duration when combining ROCs mac80211: combine roc with the "next roc" if possible Emmanuel Grumbach (1): mac80211: use bss_conf->dtim_period instead of conf.ps_dtim_period Johannes Berg (2): mac80211: add Intel Mobile Communications copyright cfg80211: add Intel Mobile Communications copyright Liad Kaufman (1): mac80211: fix description comment of ieee80211_subif_start_xmit include/linux/ieee80211.h | 1 + include/net/cfg80211.h | 3 ++ include/net/mac80211.h | 1 + include/uapi/linux/nl80211.h | 27 +++++++++++++++ net/mac80211/cfg.c | 77 ++++++++++++++++++++++++++++------------- net/mac80211/debugfs.c | 1 + net/mac80211/debugfs_sta.c | 1 + net/mac80211/ibss.c | 1 + net/mac80211/ieee80211_i.h | 2 ++ net/mac80211/iface.c | 1 + net/mac80211/key.c | 1 + net/mac80211/main.c | 1 + net/mac80211/mlme.c | 16 +++++++-- net/mac80211/rx.c | 1 + net/mac80211/scan.c | 1 + net/mac80211/sta_info.c | 3 +- net/mac80211/sta_info.h | 1 + net/mac80211/status.c | 1 + net/mac80211/tdls.c | 1 + net/mac80211/tx.c | 6 ++-- net/mac80211/util.c | 1 + net/mac80211/wme.c | 1 + net/wireless/chan.c | 1 + net/wireless/core.c | 1 + net/wireless/nl80211.c | 18 ++++++++++ net/wireless/reg.c | 82 ++++++++++++++++++++++++++++++++------------ net/wireless/scan.c | 1 + net/wireless/util.c | 1 + 28 files changed, 202 insertions(+), 51 deletions(-) -- 1.9.1 -- 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