This series contains a few fixes for cfg80211 such as another fix for parsing country IEs, but mostly contains work to help drivers build a more useful reg_notifier(). While at it we remove the CONFIG_WIRELESS_OLD_REGULATORY as we are now on road to 2.6.30. Luis R. Rodriguez (12): cfg80211: print correct intersected regulatory domain cfg80211: add helper to indicate when to follow the driver regd cfg80211: add option for wiphys to disregard country IEs cfg80211: split wiphy_update_regulatory() in two cfg80211: add regulatory_set_custom_rd() cfg80211: add regdom_intersect_wiphy_regd() cfg80211: allow driver read access to cfg80211_regdomain cfg80211: export freq_reg_info() cfg80211: Fix sanity check on 5 GHz when processing country IE cfg80211: process user requests only after previous user/driver/core requests mac80211: allow mac80211 drivers to get to driver priv from wiphy cfg80211: Remove CONFIG_WIRELESS_OLD_REGULATORY Documentation/feature-removal-schedule.txt | 18 -- include/net/mac80211.h | 11 + include/net/wireless.h | 63 ++++++ net/mac80211/util.c | 9 + net/wireless/Kconfig | 46 ++--- net/wireless/reg.c | 293 ++++++++++------------------ 6 files changed, 199 insertions(+), 241 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