Browse Source

qcacld-3.0: Reduce wow suspend/resume timeout to 4 seconds

Reduce wow suspend/resume timeout to 4 seconds to accommodate
lower DPM WD timeout values. WoW suspend/resume timeout value
should be less than DPM WD timeout.

Change-Id: I481ae544de0d26b49bcc0f5c4d4a384693707a5b
CRs-Fixed: 2730955
Rajeev Kumar 4 years ago
parent
commit
e050826d17
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/pmo/dispatcher/inc/wlan_pmo_common_public_struct.h

+ 2 - 2
components/pmo/dispatcher/inc/wlan_pmo_common_public_struct.h

@@ -162,9 +162,9 @@ enum powersave_mode {
 	PMO_PS_ADVANCED_POWER_SAVE_ENABLE = 1
 };
 
-#define PMO_TARGET_SUSPEND_TIMEOUT   6000
+#define PMO_TARGET_SUSPEND_TIMEOUT   (4000)
 #define PMO_WAKE_LOCK_TIMEOUT        1000
-#define PMO_RESUME_TIMEOUT           6000
+#define PMO_RESUME_TIMEOUT           (4000)
 
 /**
  * struct wow_enable_params - A collection of wow enable override parameters