This is an interim fix for dealing with bandwidth checks as this will all be reworked later. We avoid problems in the future by not exposing anything new over through an API. Debugfs can be used to debug these new flags. 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: expose HT channel flags through debugfs 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/wireless.h | 23 +++-- net/mac80211/debugfs.c | 15 +++ net/mac80211/ht.c | 11 ++- net/mac80211/ieee80211_i.h | 3 + net/mac80211/mlme.c | 4 +- net/wireless/nl80211.c | 18 +++ net/wireless/reg.c | 194 ++++++++++++++++++++++------ 10 files changed, 226 insertions(+), 64 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