aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/nl80211.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h
index b553c48404d3..be1d5def304d 100644
--- a/include/uapi/linux/nl80211.h
+++ b/include/uapi/linux/nl80211.h
@@ -4052,6 +4052,10 @@ enum nl80211_ap_sme_features {
4052 * multiplexing powersave, ie. can turn off all but one chain 4052 * multiplexing powersave, ie. can turn off all but one chain
4053 * and then wake the rest up as required after, for example, 4053 * and then wake the rest up as required after, for example,
4054 * rts/cts handshake. 4054 * rts/cts handshake.
4055 * @NL80211_FEATURE_SUPPORTS_WMM_ADMISSION: the device supports setting up WMM
4056 * TSPEC sessions (TID aka TSID 0-7) with the %NL80211_CMD_ADD_TX_TS
4057 * command. Standard IEEE 802.11 TSPEC setup is not yet supported, it
4058 * needs to be able to handle Block-Ack agreements and other things.
4055 */ 4059 */
4056enum nl80211_feature_flags { 4060enum nl80211_feature_flags {
4057 NL80211_FEATURE_SK_TX_STATUS = 1 << 0, 4061 NL80211_FEATURE_SK_TX_STATUS = 1 << 0,
@@ -4080,6 +4084,7 @@ enum nl80211_feature_flags {
4080 NL80211_FEATURE_ACKTO_ESTIMATION = 1 << 23, 4084 NL80211_FEATURE_ACKTO_ESTIMATION = 1 << 23,
4081 NL80211_FEATURE_STATIC_SMPS = 1 << 24, 4085 NL80211_FEATURE_STATIC_SMPS = 1 << 24,
4082 NL80211_FEATURE_DYNAMIC_SMPS = 1 << 25, 4086 NL80211_FEATURE_DYNAMIC_SMPS = 1 << 25,
4087 NL80211_FEATURE_SUPPORTS_WMM_ADMISSION = 1 << 26,
4083}; 4088};
4084 4089
4085/** 4090/**