Pārlūkot izejas kodu

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
Rajeev Kumar 7 gadi atpakaļ
vecāks
revīzija
c22fb8f3e0

+ 1 - 1
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