]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
update nl80211.h
authorJohannes Berg <johannes.berg@intel.com>
Wed, 14 Dec 2011 14:03:55 +0000 (15:03 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 14 Dec 2011 14:03:55 +0000 (15:03 +0100)
nl80211.h

index f51e3bf93a9640a107345866fc3391bb1a7d81d1..a18760684fc90628420e339e3215b9ff3d0a5eb4 100644 (file)
--- a/nl80211.h
+++ b/nl80211.h
@@ -2785,9 +2785,11 @@ enum nl80211_ap_sme_features {
  * @NL80211_FEATURE_SK_TX_STATUS: This driver supports reflecting back
  *     TX status to the socket error queue when requested with the
  *     socket option.
+ * @NL80211_FEATURE_HT_IBSS: This driver supports IBSS with HT datarates.
  */
 enum nl80211_feature_flags {
        NL80211_FEATURE_SK_TX_STATUS    = 1 << 0,
+       NL80211_FEATURE_HT_IBSS         = 1 << 1,
 };
 
 /**