diff options
author | Alex Naidis <alex.naidis@linux.com> | 2016-12-14 11:54:09 +0100 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-23 22:45:27 +0100 |
commit | 9c54344745a9d4570f58098aeb8aff6e9bbb6460 (patch) | |
tree | d534c98ffbc9a816bddd1bb3422ce3ecc361adf2 /wifi | |
parent | 8193eb33bcb2bc0cdd7ae70e255481eb12d6cb0a (diff) |
msm8996-common: wifi: reduce delay for Runtime PM
-> Set the delay to "1500" to improve
power efficiency without increasing the
chance of a wifi dropout.
Change-Id: I3ce0d677471cf956bf69fa084fe3d6380ee2e2c4
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'wifi')
-rw-r--r-- | wifi/WCNSS_qcom_cfg.ini | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wifi/WCNSS_qcom_cfg.ini b/wifi/WCNSS_qcom_cfg.ini index f42adcc..653f462 100644 --- a/wifi/WCNSS_qcom_cfg.ini +++ b/wifi/WCNSS_qcom_cfg.ini @@ -643,8 +643,7 @@ gRuntimePM=1 # When gRuntimePM is disabled gRuntimeAutoTime won't take effect. # The Time is in msec. # 100 is min, 10000 is max, 500 is default. - -gRuntimePMDelay=500 +gRuntimePMDelay=1500 # Enable to check FW hash if secure FW feature is enabled. It's for defconfig # builds only since it will be ignored in performance/release builds. |