diff options
author | Max Weffers <rcstar6696@gmail.com> | 2017-08-29 11:27:30 +0200 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-07 11:07:17 +0200 |
commit | 90a0c1bf1ae8f8c4f77b5fb895ccc34f3f366bf4 (patch) | |
tree | 81930d2f9ece345b44d3676b9e8562ca66200a8f | |
parent | 1ccf01dfa275336fe1952acf3f07cd8978ab556b (diff) |
shinano: rootdir: init: set wifi user for bcmdhd firmware path
Change-Id: I4382b2e151cfa98a75a4be60c71d19a01145dc79
-rw-r--r-- | rootdir/init.qcom.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 8afd359..7136f8c 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -142,6 +142,9 @@ on boot # Wlan Interface Port setprop wifi.interface wlan0 + + # WiFi Firmware + chown wifi wifi /sys/module/bcmdhd/parameters/firmware_path # Send single UNSOL_CALL_RING notification setprop ro.telephony.call_ring.multiple false |