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

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

Issue 3553003: Reduce reacquire timers so that full scan happens sooner after resume from suspend (Closed) Base URL: ssh://gitrw.chromium.org/kernel.git
Patch Set: Created 10 years, 3 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/compat-wireless/net/mac80211/mlme.c
diff --git a/chromeos/compat-wireless/net/mac80211/mlme.c b/chromeos/compat-wireless/net/mac80211/mlme.c
index 06c7832f9a1b7d44d03c5669a5538de90e782bd7..8eb9ce67665d87938745e7464b6f6a6c805dca4a 100644
--- a/chromeos/compat-wireless/net/mac80211/mlme.c
+++ b/chromeos/compat-wireless/net/mac80211/mlme.c
@@ -28,7 +28,7 @@
#include "rate.h"
#include "led.h"
-#define IEEE80211_MAX_PROBE_TRIES 5
+#define IEEE80211_MAX_PROBE_TRIES 2
/*
* beacon loss detection timeout
@@ -45,7 +45,7 @@
* a probe request because of beacon loss or for
* checking the connection still works.
*/
-#define IEEE80211_PROBE_WAIT (HZ / 2)
+#define IEEE80211_PROBE_WAIT (HZ / 5)
/*
* Weight given to the latest Beacon frame when calculating average signal
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698