diff options
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r-- | net/mac80211/sta_info.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index 031e4a5bbeca..af7d78aa5523 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h | |||
@@ -92,6 +92,13 @@ enum ieee80211_sta_info_flags { | |||
92 | #define HT_AGG_STATE_WANT_START 4 | 92 | #define HT_AGG_STATE_WANT_START 4 |
93 | #define HT_AGG_STATE_WANT_STOP 5 | 93 | #define HT_AGG_STATE_WANT_STOP 5 |
94 | 94 | ||
95 | enum ieee80211_agg_stop_reason { | ||
96 | AGG_STOP_DECLINED, | ||
97 | AGG_STOP_LOCAL_REQUEST, | ||
98 | AGG_STOP_PEER_REQUEST, | ||
99 | AGG_STOP_DESTROY_STA, | ||
100 | }; | ||
101 | |||
95 | /** | 102 | /** |
96 | * struct tid_ampdu_tx - TID aggregation information (Tx). | 103 | * struct tid_ampdu_tx - TID aggregation information (Tx). |
97 | * | 104 | * |