summaryrefslogtreecommitdiff
path: root/WCNSS_qcom_cfg.ini
diff options
context:
space:
mode:
authorSunil Ravi <sunilravi@google.com>2019-03-25 14:48:03 -0700
committerVictor Hsu <hsuvictor@google.com>2019-07-31 08:12:26 +0000
commitc2272d34fc443539130bda6dd548d9dee45e0526 (patch)
tree2c29c19dc5c671cb32c25ddfde317e65ed8103ec /WCNSS_qcom_cfg.ini
parentfa8a0cccf655113d6a8158601c104ff61bc42782 (diff)
downloadbonito-c2272d34fc443539130bda6dd548d9dee45e0526.tar.gz
Wi-Fi: Enable Auto BMPS feature
Initial Powersave state in driver is out of sync with cfg80211/framework powersave state because of which driver doesn't go to powersave mode in case of static IP configuration. This change triggers a timer (gAutoBmpsTimerValue=90) after the association and put the chip into powersave mode after timeout. Bug: 38254069 Test: Regression Test. Change-Id: I960a346ebcbd31b7c33d33bc11416e9f7325d6f2
Diffstat (limited to 'WCNSS_qcom_cfg.ini')
-rw-r--r--WCNSS_qcom_cfg.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/WCNSS_qcom_cfg.ini b/WCNSS_qcom_cfg.ini
index aa24f964..c4335484 100644
--- a/WCNSS_qcom_cfg.ini
+++ b/WCNSS_qcom_cfg.ini
@@ -700,6 +700,10 @@ gEnableSecondaryRate=0x17
#Timer waiting for interface up from the upper layer
gInterfaceChangeWait=1000
+#Enable Bmps(power save in connected state) based on timer
+#Timer value is in seconds
+gAutoBmpsTimerValue=90
+
END
# Note: Configuration parser would not read anything past the END marker