From b58d8be3c40bdcab2d32735593e2eddbb307f3fa Mon Sep 17 00:00:00 2001 From: Houston Hoffman Date: Mon, 1 Feb 2016 18:52:48 -0800 Subject: qcacld-3.0: Reduce wma timeout values Linux kernel would crash before the timeout values were reached. Change-Id: I958ea6b1023c6e847b578ed3d709dbf67a9d59e9 CRs-Fixed: 970658 --- core/wma/inc/wma.h | 15 --------------- 1 file changed, 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) -- cgit v1.2.3