diff options
| author | Houston Hoffman <hhoffman@qca.qualcomm.com> | 2016-02-01 18:52:48 -0800 |
|---|---|---|
| committer | Akash Patel <akashp@codeaurora.org> | 2016-02-08 15:50:46 -0800 |
| commit | b58d8be3c40bdcab2d32735593e2eddbb307f3fa (patch) | |
| tree | ad6762e9c5a83779e10d444c5c3a0b4a5eb52fcd | |
| parent | 103f39b70f661d373cda77ed3fea3bacc7fbb52b (diff) | |
qcacld-3.0: Reduce wma timeout values
Linux kernel would crash before the timeout values were reached.
Change-Id: I958ea6b1023c6e847b578ed3d709dbf67a9d59e9
CRs-Fixed: 970658
| -rw-r--r-- | core/wma/inc/wma.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/core/wma/inc/wma.h b/core/wma/inc/wma.h index 3a76bd4be73b..91e71471c956 100644 --- a/core/wma/inc/wma.h +++ b/core/wma/inc/wma.h @@ -54,28 +54,13 @@ /* Private */ -#ifndef QCA_WIFI_3_0_EMU - #define WMA_READY_EVENTID_TIMEOUT 2000 #define WMA_SERVICE_READY_EXT_TIMEOUT 2000 #define WMA_TGT_SUSPEND_COMPLETE_TIMEOUT 6000 #define WMA_WAKE_LOCK_TIMEOUT 1000 -#define WMA_MAX_RESUME_RETRY 1000 #define WMA_RESUME_TIMEOUT 6000 #define MAX_MEM_CHUNKS 32 -#else - -#define WMA_READY_EVENTID_TIMEOUT 200000 -#define WMA_SERVICE_READY_EXT_TIMEOUT 200000 -#define WMA_TGT_SUSPEND_COMPLETE_TIMEOUT 300000 -#define WMA_WAKE_LOCK_TIMEOUT 1000 -#define WMA_MAX_RESUME_RETRY 1000 -#define WMA_RESUME_TIMEOUT 300000 -#define MAX_MEM_CHUNKS 32 - -#endif - #define WMA_CRASH_INJECT_TIMEOUT 5000 /* In prima 12 HW stations are supported including BCAST STA(staId 0) |
