Power profile change Marlin

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: Id44cb92b1ab606675262944575951ce1b14a3e5a
diff --git a/marlin/overlay/frameworks/base/core/res/res/xml/power_profile.xml b/marlin/overlay/frameworks/base/core/res/res/xml/power_profile.xml
index 222c8ad..a97e307 100644
--- a/marlin/overlay/frameworks/base/core/res/res/xml/power_profile.xml
+++ b/marlin/overlay/frameworks/base/core/res/res/xml/power_profile.xml
@@ -167,7 +167,7 @@
     <item name="audio">75.60</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">107</item>
     <!-- Tx current for wifi radio in mA-->
diff --git a/sailfish/overlay/frameworks/base/core/res/res/xml/power_profile.xml b/sailfish/overlay/frameworks/base/core/res/res/xml/power_profile.xml
index 04df0f8..7dd2f2c 100644
--- a/sailfish/overlay/frameworks/base/core/res/res/xml/power_profile.xml
+++ b/sailfish/overlay/frameworks/base/core/res/res/xml/power_profile.xml
@@ -168,7 +168,7 @@
     <item name="audio">75.60</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">107</item>
     <!-- Tx current for wifi radio in mA-->