This series does the work to prep and then send regulatory events to userspace. Userspace can now know if its requests were applied or not and when. This applies on top of Jouni's MLME patch for cfg80211. Luis R. Rodriguez (3): cfg80211: remove REGDOM_SET_BY_INIT cfg80211: move enums reg_set_by and environment_cap to nl80211.h cfg80211: add regulatory netlink multicast group drivers/net/wireless/ath9k/main.c | 2 +- drivers/net/wireless/ath9k/regd.c | 32 ++++++----- drivers/net/wireless/ath9k/regd.h | 3 +- include/linux/nl80211.h | 54 +++++++++++++++++++ include/net/cfg80211.h | 40 +------------- net/wireless/core.c | 2 +- net/wireless/core.h | 5 +- net/wireless/nl80211.c | 46 ++++++++++++++++ net/wireless/nl80211.h | 5 ++ net/wireless/reg.c | 105 +++++++++++++++++++++--------------- 10 files changed, 193 insertions(+), 101 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