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

Unified Diff: chromeos/compat-wireless/net/mac80211/debugfs_sta.c

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/debugfs_sta.c
diff --git a/chromeos/compat-wireless/net/mac80211/debugfs_sta.c b/chromeos/compat-wireless/net/mac80211/debugfs_sta.c
index b5bc4f570c232ebc356dcfab0ce7786c2cd95285..76839d4dfaacabe15c30f886478367ad2b524585 100644
--- a/chromeos/compat-wireless/net/mac80211/debugfs_sta.c
+++ b/chromeos/compat-wireless/net/mac80211/debugfs_sta.c
@@ -196,8 +196,7 @@ static ssize_t sta_agg_status_write(struct file *file, const char __user *userbu
else
ret = ieee80211_stop_tx_ba_session(&sta->sta, tid);
} else {
- __ieee80211_stop_rx_ba_session(sta, tid, WLAN_BACK_RECIPIENT,
- 3, true);
+ __ieee80211_stop_rx_ba_session(sta, tid, WLAN_BACK_RECIPIENT, 3);
ret = 0;
}

Powered by Google App Engine
This is Rietveld 408576698