summaryrefslogtreecommitdiff
path: root/bramble
diff options
context:
space:
mode:
authorKai Shi <kaishi@google.com>2020-09-08 14:02:33 -0700
committerKai Shi <kaishi@google.com>2020-09-08 14:02:33 -0700
commit9069ec5f491eb19c266a8ea5cb0ea0aaac58a961 (patch)
tree80cd423acbf5207b9692eba9b4a98e9d12bc3a9f /bramble
parenta8af3764c18ca17cab120c9222a984e25a16ca08 (diff)
downloadbramble-9069ec5f491eb19c266a8ea5cb0ea0aaac58a961.tar.gz
Update wifi idle current
Update wifi idle current to align with other Pixel devices. Bramble has the same RF component as Blueline and thus should use the same 79mA for idle current. Bug: 168049228 Test: reviewed power numbers and check bug report. Change-Id: Ib08c2888418d56faf79c90c393519b056880f0ea
Diffstat (limited to 'bramble')
-rw-r--r--bramble/overlay/frameworks/base/core/res/res/xml/power_profile.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bramble/overlay/frameworks/base/core/res/res/xml/power_profile.xml b/bramble/overlay/frameworks/base/core/res/res/xml/power_profile.xml
index ca2ab23..a348de6 100644
--- a/bramble/overlay/frameworks/base/core/res/res/xml/power_profile.xml
+++ b/bramble/overlay/frameworks/base/core/res/res/xml/power_profile.xml
@@ -169,7 +169,7 @@
<item name="gps.voltage">3700</item>
<!-- Idle Receive current for wifi radio in mA.-->
- <item name="wifi.controller.idle">106</item>
+ <item name="wifi.controller.idle">79</item>
<!-- Rx current for wifi radio in mA.-->
<item name="wifi.controller.rx">118</item>
<!-- Tx current for wifi radio in mA-->