This series includes two patches sent previously - allowing more channel flags to propagate from regdom info and introducing a regulatory enforcement mechanism for interfaces inhibiting a forbidden channel after a regulatory update. Introduce wiphy-specific regulatory management. This allows devices to manage regdomain changes exclusively for their own wiphy. These devices do not update the cfg80211 regdomain and are unaffected by hints external to the device/FW. Introduce a new API to allow these devices to set their own regdomain. Arik Nemtsov (2): cfg80211: introduce regulatory flags controlling bw cfg80211: leave invalid channels on regdomain change Jonathan Doron (3): cfg80211: update missing fields in custom regulatory path cfg80211: allow wiphy specific regdomain management cfg80211: Allow usermode to query wiphy specific regd info include/net/cfg80211.h | 14 +++ include/net/regulatory.h | 9 ++ include/uapi/linux/nl80211.h | 23 +++++ net/wireless/core.c | 7 ++ net/wireless/nl80211.c | 132 ++++++++++++++++++++++------ net/wireless/nl80211.h | 1 + net/wireless/reg.c | 201 ++++++++++++++++++++++++++++++++++++++++++- net/wireless/reg.h | 1 + 8 files changed, 356 insertions(+), 32 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