From: Johannes Berg Date: Wed, 14 Dec 2011 14:03:55 +0000 (+0100) Subject: update nl80211.h X-Git-Tag: v3.3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6539cbf4c95870d9ce696f917ae2ffef2e8acc7d;p=thirdparty%2Fiw.git update nl80211.h --- diff --git a/nl80211.h b/nl80211.h index f51e3bf..a187606 100644 --- 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, }; /**