aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r--include/net/mac80211.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 6f3bc4cc53e5..07fe9875506e 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -1236,14 +1236,14 @@ enum ieee80211_filter_flags {
1236 * @IEEE80211_AMPDU_RX_STOP: stop Rx aggregation 1236 * @IEEE80211_AMPDU_RX_STOP: stop Rx aggregation
1237 * @IEEE80211_AMPDU_TX_START: start Tx aggregation 1237 * @IEEE80211_AMPDU_TX_START: start Tx aggregation
1238 * @IEEE80211_AMPDU_TX_STOP: stop Tx aggregation 1238 * @IEEE80211_AMPDU_TX_STOP: stop Tx aggregation
1239 * @IEEE80211_AMPDU_TX_RESUME: resume TX aggregation 1239 * @IEEE80211_AMPDU_TX_OPERATIONAL: TX aggregation has become operational
1240 */ 1240 */
1241enum ieee80211_ampdu_mlme_action { 1241enum ieee80211_ampdu_mlme_action {
1242 IEEE80211_AMPDU_RX_START, 1242 IEEE80211_AMPDU_RX_START,
1243 IEEE80211_AMPDU_RX_STOP, 1243 IEEE80211_AMPDU_RX_STOP,
1244 IEEE80211_AMPDU_TX_START, 1244 IEEE80211_AMPDU_TX_START,
1245 IEEE80211_AMPDU_TX_STOP, 1245 IEEE80211_AMPDU_TX_STOP,
1246 IEEE80211_AMPDU_TX_RESUME, 1246 IEEE80211_AMPDU_TX_OPERATIONAL,
1247}; 1247};
1248 1248
1249/** 1249/**