On Fri, 2014-03-07 at 14:37 +0100, Rostislav Lisovy wrote: > These attributes are necessary to provide a way how to > set a channel type of '5MHz' or '10MHz' from userspace. > This is necessary for future 802.11p implementation. > enum nl80211_channel_type { > NL80211_CHAN_NO_HT, > NL80211_CHAN_HT20, > NL80211_CHAN_HT40MINUS, > - NL80211_CHAN_HT40PLUS > + NL80211_CHAN_HT40PLUS, > + NL80211_CHAN_5MHZ, > + NL80211_CHAN_10MHZ, I think that this is completely unnecessary since all APIs that take channel types also take channel width with the new chandef framework. johannes -- 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