While re-spinning the HT bandwidth patches I decided its best if the new entries were non-mac80211 specific so while at it just moved the wiphy specific stuff to a cfg80211 debugfs. Luis R. Rodriguez (2): mac80211/cfg80211: move wiphy specific debugfs entries to cfg80211 cfg80211: add debugfs HT40 allow map net/mac80211/debugfs.c | 16 ----- net/mac80211/ieee80211_i.h | 4 - net/wireless/Kconfig | 8 +++ net/wireless/Makefile | 1 + net/wireless/core.c | 5 ++ net/wireless/core.h | 12 ++++ net/wireless/debugfs.c | 131 ++++++++++++++++++++++++++++++++++++++++++++ net/wireless/debugfs.h | 14 +++++ 8 files changed, 171 insertions(+), 20 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