diff options
author | Blake Kragten <kragtenb@google.com> | 2019-02-14 11:18:46 -0800 |
---|---|---|
committer | Blake Kragten <kragtenb@google.com> | 2019-02-14 15:28:26 -0800 |
commit | ac316559216880e840f3f19ef78774a932987831 (patch) | |
tree | eb560dbffe6ba68145b9d69f23320c7c4afc96f1 | |
parent | 7afb5a9005f6fa00e781fdc064e7e926633647ef (diff) | |
download | device_google_taimen-ac316559216880e840f3f19ef78774a932987831.tar.gz device_google_taimen-ac316559216880e840f3f19ef78774a932987831.tar.bz2 device_google_taimen-ac316559216880e840f3f19ef78774a932987831.zip |
Power Profile update Taimen
Updated power profile wifi controller idle current (ma) to new
calculated results.
70ma reported at 4.2V. The controller runs at 3.7V so the inputted value
is 79ma.
BUG: 123521767
Test: N\A
Change-Id: I689ff3ce47ae611c5b175310e8940cd13ffe873c
-rw-r--r-- | overlay/frameworks/base/core/res/res/xml/power_profile.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/xml/power_profile.xml b/overlay/frameworks/base/core/res/res/xml/power_profile.xml index b9ab9f3..3239d56 100644 --- a/overlay/frameworks/base/core/res/res/xml/power_profile.xml +++ b/overlay/frameworks/base/core/res/res/xml/power_profile.xml @@ -171,7 +171,7 @@ <item name="audio">74.758</item> <!-- Idle current for wifi radio in mA.--> - <item name="wifi.controller.idle">2</item> + <item name="wifi.controller.idle">79</item> <!-- Rx current for wifi radio in mA.--> <item name="wifi.controller.rx">166</item> <!-- Tx current for wifi radio in mA--> |