diff options
author | Alex Naidis <alex.naidis@linux.com> | 2016-12-14 11:54:09 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-11-24 19:41:01 +0100 |
commit | 850bc2fe5c505fcb21d029e835dff4e0f0eb9d66 (patch) | |
tree | a244506062454102abed074c6ff2be9f317e3c81 /wifi | |
parent | 23e86ef66d07d043485f6170eef447fa0cbb06b6 (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.
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'wifi')
-rwxr-xr-x | wifi/WCNSS_qcom_cfg.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wifi/WCNSS_qcom_cfg.ini b/wifi/WCNSS_qcom_cfg.ini index 246b0c7..1c55a0e 100755 --- a/wifi/WCNSS_qcom_cfg.ini +++ b/wifi/WCNSS_qcom_cfg.ini @@ -644,7 +644,7 @@ gRuntimePM=1 # 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. |