projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f407e5
)
wl12xx: increase scan timeout to 30s
author
Eyal Shapira
<eyal@wizery.com>
Mon, 19 Mar 2012 10:06:29 +0000
(12:06 +0200)
committer
Luciano Coelho
<coelho@ti.com>
Tue, 10 Apr 2012 09:48:10 +0000
(12:48 +0300)
In certain scenarios involving sched scan + normal scan + COEX
scan could take longer than 10s and this triggers a recovery
where it shouldn't. Increase the timeout to avoid that.
Signed-off-by: Eyal Shapira <eyal@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/wl12xx/scan.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/wireless/wl12xx/scan.h
b/drivers/net/wireless/wl12xx/scan.h
index 96ff457a3a0bee224996788195d9fcdb49bdb31b..2b300f4d0be9beeaa93e3bb445b0d7a3ab651682 100644
(file)
--- a/
drivers/net/wireless/wl12xx/scan.h
+++ b/
drivers/net/wireless/wl12xx/scan.h
@@
-55,7
+55,7
@@
void wl1271_scan_sched_scan_results(struct wl1271 *wl);
#define WL1271_SCAN_BAND_2_4_GHZ 0
#define WL1271_SCAN_BAND_5_GHZ 1
-#define WL1271_SCAN_TIMEOUT
1
0000 /* msec */
+#define WL1271_SCAN_TIMEOUT
3
0000 /* msec */
enum {
WL1271_SCAN_STATE_IDLE,