]> Pileus Git - ~andy/linux/blobdiff - net/mac80211/sta_info.h
mac80211: split aggregation stop by reason
[~andy/linux] / net / mac80211 / sta_info.h
index 031e4a5bbeca3ec7026854f732d56377e3f06636..af7d78aa55230e49e07252d9e87ef7c2f4fb2b31 100644 (file)
@@ -92,6 +92,13 @@ enum ieee80211_sta_info_flags {
 #define HT_AGG_STATE_WANT_START                4
 #define HT_AGG_STATE_WANT_STOP         5
 
+enum ieee80211_agg_stop_reason {
+       AGG_STOP_DECLINED,
+       AGG_STOP_LOCAL_REQUEST,
+       AGG_STOP_PEER_REQUEST,
+       AGG_STOP_DESTROY_STA,
+};
+
 /**
  * struct tid_ampdu_tx - TID aggregation information (Tx).
  *