From 16e8f56e30851ab1f5756f72d7abaa28eeacff32 Mon Sep 17 00:00:00 2001 From: Alex Naidis Date: Wed, 14 Dec 2016 11:54:09 +0100 Subject: 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 Signed-off-by: dd3boh --- wifi/WCNSS_qcom_cfg.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wifi') 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 -- cgit v1.2.3