diff options
author | Sunil Ravi <sunilravi@google.com> | 2019-08-08 13:29:39 -0700 |
---|---|---|
committer | Sunil Ravi <sunilravi@google.com> | 2019-08-08 13:29:39 -0700 |
commit | 49aa55ea38f98e669140b71ea48fa36416ff337a (patch) | |
tree | 4d5e1942ded96c39a769698e480328d405fa3ca3 | |
parent | f4c8e917d3ff377151e688d41d969f46718c8a7b (diff) | |
download | device_google_taimen-android10-qpr3-s1-release.tar.gz device_google_taimen-android10-qpr3-s1-release.tar.bz2 device_google_taimen-android10-qpr3-s1-release.zip |
Wi-Fi: Enable Auto BMPS featureandroid-mainline-10.0.0_r4android-10.0.0_r45android-10.0.0_r44android-10.0.0_r43android-10.0.0_r42android-10.0.0_r41android-10.0.0_r40android-10.0.0_r39android-10.0.0_r38android-10.0.0_r37android-10.0.0_r36android-10.0.0_r35android-10.0.0_r34android-10.0.0_r33android-10.0.0_r32android-10.0.0_r31android-10.0.0_r30android10-qpr3-s1-releaseandroid10-qpr3-releaseandroid10-qpr2-s4-releaseandroid10-qpr2-s3-releaseandroid10-qpr2-s2-releaseandroid10-qpr2-s1-releaseandroid10-qpr2-releaseandroid10-qpr1-mainline-releaseandroid10-mainline-media-releaseandroid10-d4-s1-releaseandroid10-d4-release
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
Bug: 138267246
Test: Regression test
Change-Id: I960a346ebcbd31b7c33d33bc11416e9f7325d6f2
-rw-r--r-- | WCNSS_qcom_cfg.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WCNSS_qcom_cfg.ini b/WCNSS_qcom_cfg.ini index 8a924a6..74add22 100644 --- a/WCNSS_qcom_cfg.ini +++ b/WCNSS_qcom_cfg.ini @@ -666,6 +666,10 @@ oce_enable_rssi_assoc_reject=0 #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 |