summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinit.tuna.rc3
-rw-r--r--kernelbin3063588 -> 3072968 bytes
2 files changed, 3 insertions, 0 deletions
diff --git a/init.tuna.rc b/init.tuna.rc
index 70f1cbe..129aa3f 100755
--- a/init.tuna.rc
+++ b/init.tuna.rc
@@ -83,6 +83,9 @@ on fs
# add symlink for HDCP key
symlink /factory/hdcp.keys /system/vendor/firmware/hdcp.keys
+# allow to modify Wifi power behaviour in terms of battery/speed at sleep time
+ chown root system sys/module/bcmdhd/parameters/uiFastWifi
+
# nfc
setprop ro.nfc.port "COM4"
chmod 0600 /dev/ttyO3
diff --git a/kernel b/kernel
index 2cb99a8..a960b5f 100644
--- a/kernel
+++ b/kernel
Binary files differ