From 6243e72c42b695e41d7a597cd5e40662cc1c89d0 Mon Sep 17 00:00:00 2001 From: Arun Kumar Khandavalli Date: Thu, 30 May 2019 18:05:38 +0530 Subject: [PATCH] sdm710-common: wlan: Enable LPRX by default LPRX was disabled previously on request because of some power issues. Now that all the power issues is resolved enable the LPRX by default. Change-Id: Ie3655bacfd06d47598b04e8c2c89233a000307ce CRs-Fixed: 2459952 Signed-off-by: SamarV-121 --- wifi/WCNSS_qcom_cfg.ini | 6 ------ 1 file changed, 6 deletions(-) diff --git a/wifi/WCNSS_qcom_cfg.ini b/wifi/WCNSS_qcom_cfg.ini index 0a96b00..2f44fad 100644 --- a/wifi/WCNSS_qcom_cfg.ini +++ b/wifi/WCNSS_qcom_cfg.ini @@ -158,11 +158,6 @@ gVhtChannelWidth=2 # LRO support is deprecated on latest 4.9(SDM845) kernel GROEnable=1 -# Enable/Disable DTIM Synth -# 1- Enable DTIM Synth -# 0- Disable DTIM Synth -gEnableLPRx=0 - #Data Inactivity Timeout when in powersave (in ms) gDataInactivityTimeout=200 @@ -493,4 +488,3 @@ gTxBFCsnValue=4 END # Note: Configuration parser would not read anything past the END marker -