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
2020-07-12 21:29:31 -07:00
committed by snandini
コミット e050826d17

ファイルの表示

@@ -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