mirror of
https://github.com/Evolution-X-Devices/device_google_taimen
synced 2026-01-28 17:12:52 +00:00
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 Bug: 138267246 Test: Regression test Change-Id: I960a346ebcbd31b7c33d33bc11416e9f7325d6f2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user