Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Unified Diff: chromeos/compat-wireless/net/mac80211/sta_info.h

Issue 5326002: Update compat-wireless to 2.6.36-5-spn (Closed) Base URL: http://git.chromium.org/git/kernel.git@master
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};
/**

Powered by Google App Engine
This is Rietveld 408576698