|
@@ -4328,11 +4328,13 @@ enum nl80211_feature_flags {
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* enum nl80211_ext_feature_index - bit index of extended features.
|
|
* enum nl80211_ext_feature_index - bit index of extended features.
|
|
|
|
|
+ * @NL80211_EXT_FEATURE_VHT_IBSS: This driver supports IBSS with VHT datarates.
|
|
|
*
|
|
*
|
|
|
* @NUM_NL80211_EXT_FEATURES: number of extended features.
|
|
* @NUM_NL80211_EXT_FEATURES: number of extended features.
|
|
|
* @MAX_NL80211_EXT_FEATURES: highest extended feature index.
|
|
* @MAX_NL80211_EXT_FEATURES: highest extended feature index.
|
|
|
*/
|
|
*/
|
|
|
enum nl80211_ext_feature_index {
|
|
enum nl80211_ext_feature_index {
|
|
|
|
|
+ NL80211_EXT_FEATURE_VHT_IBSS,
|
|
|
|
|
|
|
|
/* add new features before the definition below */
|
|
/* add new features before the definition below */
|
|
|
NUM_NL80211_EXT_FEATURES,
|
|
NUM_NL80211_EXT_FEATURES,
|