summaryrefslogtreecommitdiff
path: root/overlay/frameworks
diff options
context:
space:
mode:
authorPatrick Brady <pbrady@google.com>2012-12-19 11:53:55 -0800
committerPatrick Brady <pbrady@google.com>2012-12-19 12:09:44 -0800
commit53abbe7810d042c1a89c5e6638a80a47fee92005 (patch)
treec09b6eaeb333a2a7e36a6cef5c87b6fc315f2b6f /overlay/frameworks
parente902eb5679b1a2a9986f30a98470078cbed36b49 (diff)
downloadmako-53abbe7810d042c1a89c5e6638a80a47fee92005.tar.gz
Updating wifi power profile numbers to more accurately reflect reality.
1. wifi.on set to '1.38' to more match the original measurements and more closely match our power testing delta between suspend and wifi-suspend. Note that wifi-suspend measurements include some amount of scan and active transmission, so we're setting wifi.on slightly lower. 2. wifi.scan and wifi.active reverted to the earlier configurations which more closely match measured results. Bug: 7875932 Change-Id: I7ce4992c788366116a01c75cab6c882f250e85db
Diffstat (limited to 'overlay/frameworks')
-rw-r--r--overlay/frameworks/base/core/res/res/xml/power_profile.xml6
1 files changed, 3 insertions, 3 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 ed8be6b..9b6ddc7 100644
--- a/overlay/frameworks/base/core/res/res/xml/power_profile.xml
+++ b/overlay/frameworks/base/core/res/res/xml/power_profile.xml
@@ -23,9 +23,9 @@
<item name="screen.full">211.6</item>
<item name="bluetooth.active">59.22</item>
<item name="bluetooth.on">0.7</item>
- <item name="wifi.on">4.69</item>
- <item name="wifi.active">25.14</item>
- <item name="wifi.scan">19.61</item>
+ <item name="wifi.on">1.38</item>
+ <item name="wifi.active">62.09</item>
+ <item name="wifi.scan">52.1</item>
<item name="dsp.audio">0.1</item>
<item name="dsp.video">0.1</item>
<item name="gps.on">20.9</item>