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

Unified Diff: chromeos/compat-wireless/net/mac80211/ibss.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: Fixes for !ACK handling, missing local changes, log message fixes Created 10 years 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/ibss.c
diff --git a/chromeos/compat-wireless/net/mac80211/ibss.c b/chromeos/compat-wireless/net/mac80211/ibss.c
index c691780725a7fcfbaef4ac39802540288696ee6a..45c99f096c7b56bd26413d15f9d8cb7a4e6a12b2 100644
--- a/chromeos/compat-wireless/net/mac80211/ibss.c
+++ b/chromeos/compat-wireless/net/mac80211/ibss.c
@@ -435,6 +435,7 @@ struct sta_info *ieee80211_ibss_add_sta(struct ieee80211_sub_if_data *sdata,
if (!sta)
return NULL;
+ sta->last_rx = jiffies;
set_sta_flags(sta, WLAN_STA_AUTHORIZED);
/* make sure mandatory rates are always added */

Powered by Google App Engine
This is Rietveld 408576698