diff options
| author | Pradeep Kumar Goudagunta <gpradeep@qti.qualcomm.com> | 2015-02-23 12:12:37 -0800 |
|---|---|---|
| committer | AnjaneeDevi Kapparapu <c_akappa@qti.qualcomm.com> | 2015-02-25 20:18:59 +0530 |
| commit | 03053c6fb5355e37bbf7da918a103b9137aaf005 (patch) | |
| tree | 430ad48a8cde0f3e8b73df6c5c5f60c15525fccc | |
| parent | da7dc9950d0324a6b9003abc4eb4d5f7b249c6a2 (diff) | |
qcacld-2.0: Increase the SSR WAIT time
Prima to qcacld-2.0 propagation
Increase the SSR WAIT time to 20 seconds in WD thread.
Since there are timeouts ~15 seconds in the apis which
were using the ssr_protect api.
Change-Id: I474fddf23af9984a60295e47bc85493e4610a1dc
CRs-Fixed: 799097
| -rw-r--r-- | CORE/VOSS/src/vos_sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CORE/VOSS/src/vos_sched.c b/CORE/VOSS/src/vos_sched.c index 506e27477b7d..ad16e61e275b 100644 --- a/CORE/VOSS/src/vos_sched.c +++ b/CORE/VOSS/src/vos_sched.c @@ -70,7 +70,7 @@ /* MAX iteration count to wait for Entry point to exit before * we proceed with SSR in WD Thread */ -#define MAX_SSR_WAIT_ITERATIONS 100 +#define MAX_SSR_WAIT_ITERATIONS 200 #define MAX_SSR_PROTECT_LOG (16) static atomic_t ssr_protect_entry_count; |
