Index: chromeos/compat-wireless/net/mac80211/sta_info.h |
diff --git a/chromeos/compat-wireless/net/mac80211/sta_info.h b/chromeos/compat-wireless/net/mac80211/sta_info.h |
index 43244b8ed52d4b41d1b59eb53a417ff6bc6b88c6..54262e72376d0e662ebbb1b27b02a14e6a869cdb 100644 |
--- a/chromeos/compat-wireless/net/mac80211/sta_info.h |
+++ b/chromeos/compat-wireless/net/mac80211/sta_info.h |
@@ -79,7 +79,6 @@ enum ieee80211_sta_info_flags { |
* @dialog_token: dialog token for aggregation session |
* @state: session state (see above) |
* @stop_initiator: initiator of a session stop |
- * @tx_stop: TX DelBA frame when stopping |
* |
* This structure is protected by RCU and the per-station |
* spinlock. Assignments to the array holding it must hold |
@@ -96,7 +95,6 @@ struct tid_ampdu_tx { |
unsigned long state; |
u8 dialog_token; |
u8 stop_initiator; |
- bool tx_stop; |
}; |
/** |