aboutsummaryrefslogtreecommitdiff
path: root/wifi
diff options
context:
space:
mode:
authorAlex Naidis <alex.naidis@linux.com>2016-12-14 11:54:09 +0100
committerdd3boh <dade.garberi@gmail.com>2017-08-25 18:45:19 +0200
commit16e8f56e30851ab1f5756f72d7abaa28eeacff32 (patch)
treedafc590501d8c24bd88ffcdf1781ef610982d85c /wifi
parent1f32ca5b802e4ad4a75cec2d845f003e6d1c4164 (diff)
z2_plus: wifi: reduce delay for Runtime PM
* "2500" is a little to relaxed from a power effiency point of view. -> Reduce 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: dd3boh <dade.garberi@gmail.com>
Diffstat (limited to 'wifi')
-rw-r--r--wifi/WCNSS_qcom_cfg.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/wifi/WCNSS_qcom_cfg.ini b/wifi/WCNSS_qcom_cfg.ini
index a754b30..643de96 100644
--- a/wifi/WCNSS_qcom_cfg.ini
+++ b/wifi/WCNSS_qcom_cfg.ini
@@ -618,7 +618,8 @@ gRuntimePM=0
# When gRuntimePM is disabled gRuntimeAutoTime won't take effect.
# The Time is in msec.
# 100 is min, 10000 is max, 500 is default.
-gRuntimePMDelay=2500
+
+gRuntimePMDelay=1500
gEnablePacketLog=0