Power profile change Blueline/Crosshatch

Updated wifi 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: Ib4060b9cb252622b73067b537af579da78590259
diff --git a/blueline/overlay/frameworks/base/core/res/res/xml/power_profile.xml b/blueline/overlay/frameworks/base/core/res/res/xml/power_profile.xml
index 22f26e3..844a1fb 100644
--- a/blueline/overlay/frameworks/base/core/res/res/xml/power_profile.xml
+++ b/blueline/overlay/frameworks/base/core/res/res/xml/power_profile.xml
@@ -185,7 +185,7 @@
     <item name="gps.voltage">3700</item>
 
     <!-- Idle Receive current for wifi radio in mA.-->
-    <item name="wifi.controller.idle">1</item>
+    <item name="wifi.controller.idle">79</item>
     <!-- Rx current for wifi radio in mA.-->
     <item name="wifi.controller.rx">125</item>
     <!-- Tx current for wifi radio in mA-->
diff --git a/crosshatch/overlay/frameworks/base/core/res/res/xml/power_profile.xml b/crosshatch/overlay/frameworks/base/core/res/res/xml/power_profile.xml
index e2edc8b..bcdc66a 100644
--- a/crosshatch/overlay/frameworks/base/core/res/res/xml/power_profile.xml
+++ b/crosshatch/overlay/frameworks/base/core/res/res/xml/power_profile.xml
@@ -185,7 +185,7 @@
     <item name="gps.voltage">3700</item>
 
     <!-- Idle Receive current for wifi radio in mA.-->
-    <item name="wifi.controller.idle">1</item>
+    <item name="wifi.controller.idle">79</item>
     <!-- Rx current for wifi radio in mA.-->
     <item name="wifi.controller.rx">125</item>
     <!-- Tx current for wifi radio in mA-->