This is a respin of the HT40 bandwidth patches with the fixes pointed out by Jouni. This time I leave out the debugfs stuff for another series which will follow up. Luis R. Rodriguez (5): cfg80211: Process regulatory max bandwidth checks for HT40 wireless: rename IEEE80211_CHAN_NO_FAT_* to HT40-/+ mac80211: check if HT40+/- is allowed before sending assoc cfg80211: check allowed channel type upon userspace requests mac80211/cfg80211: move wiphy specific debugfs entries to cfg80211 drivers/net/wireless/ath/regd.c | 10 +- drivers/net/wireless/iwlwifi/iwl-core.c | 4 +- drivers/net/wireless/iwlwifi/iwl-eeprom.c | 8 +- include/net/cfg80211.h | 22 ++- net/mac80211/debugfs.c | 16 --- net/mac80211/ieee80211_i.h | 4 - net/mac80211/mlme.c | 12 +- net/wireless/Kconfig | 8 + net/wireless/Makefile | 1 + net/wireless/core.c | 5 + net/wireless/core.h | 11 ++ net/wireless/debugfs.c | 70 ++++++++++ net/wireless/debugfs.h | 14 ++ net/wireless/nl80211.c | 39 +++--- net/wireless/reg.c | 201 +++++++++++++++++++++++------ 15 files changed, 319 insertions(+), 106 deletions(-) create mode 100644 net/wireless/debugfs.c create mode 100644 net/wireless/debugfs.h -- 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