From c22fb8f3e0efff95f6c0734b16fa63710785b14c Mon Sep 17 00:00:00 2001 From: Rajeev Kumar Date: Tue, 17 Oct 2017 16:01:49 -0700 Subject: [PATCH] qcacld-3.0: Redume pmo resume timeout to 6 seconds PMO resume timeout is 25 seconds which is too large hence reduce PMO resume timeout to 6 seconds. Change-Id: I9f29e136bc091ddd3ae2ca38a495edcbff6c1cb8 CRs-Fixed: 2128481 --- components/pmo/dispatcher/inc/wlan_pmo_common_public_struct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/pmo/dispatcher/inc/wlan_pmo_common_public_struct.h b/components/pmo/dispatcher/inc/wlan_pmo_common_public_struct.h index f902edb2a1..62e9cf5e92 100644 --- a/components/pmo/dispatcher/inc/wlan_pmo_common_public_struct.h +++ b/components/pmo/dispatcher/inc/wlan_pmo_common_public_struct.h @@ -185,7 +185,7 @@ enum pmo_wow_interface_pause { #define PMO_TGT_SUSPEND_COMPLETE_TIMEOUT 6000 #define PMO_WAKE_LOCK_TIMEOUT 1000 -#define PMO_RESUME_TIMEOUT 25000 +#define PMO_RESUME_TIMEOUT 6000 /** * struct wow_enable_params - A collection of wow enable override parameters