This adds the regulatory netlink group. With this userspace can find out about cfg80211 regulatory changes including custom driver regulatory uses. Luis R. Rodriguez (3): cfg80211: remove REGDOM_SET_BY_INIT cfg80211: move enum reg_set_by 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 | 67 +++++++++++++++++++++++++ include/net/cfg80211.h | 27 +--------- net/wireless/core.c | 13 +++++- net/wireless/core.h | 3 +- net/wireless/nl80211.c | 62 +++++++++++++++++++++++ net/wireless/nl80211.h | 5 ++ net/wireless/reg.c | 97 ++++++++++++++++++++++--------------- 10 files changed, 228 insertions(+), 83 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