diff options
| author | Moyster <oysterized@gmail.com> | 2016-09-23 15:24:49 +0200 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2016-09-26 17:50:50 +0200 |
| commit | fb086d157b14756ab635bc835a3fee566ec9c207 (patch) | |
| tree | b61b373203402e63c56fb44fce9a18ce90709d06 /rootdir/init.mt6735.rc | |
| parent | cf962ca9f3297e9f38cd1606c7d5e2429ebcb60c (diff) | |
cleanup init.mt6735.rc
Diffstat (limited to 'rootdir/init.mt6735.rc')
| -rw-r--r-- | rootdir/init.mt6735.rc | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/rootdir/init.mt6735.rc b/rootdir/init.mt6735.rc index 77e0e66..42e255e 100644 --- a/rootdir/init.mt6735.rc +++ b/rootdir/init.mt6735.rc @@ -852,6 +852,7 @@ service wpa_supplicant /system/bin/wpa_supplicant \ socket wpa_wlan0 dgram 660 wifi wifi disabled oneshot + # For WiFi High Speed calibration service autokd /system/bin/autokd class core @@ -870,19 +871,17 @@ service dhcpcd_bt-pan /system/bin/dhcpcd -ABKL disabled oneshot - - service dhcpcd_wlan0 /system/bin/dhcpcd -aABKL class main - user root - group net_admin net_raw + user root + group net_admin net_raw disabled oneshot service dhcpcd_p2p /system/bin/dhcpcd -aABKL class main - user root - group net_admin net_raw + user root + group net_admin net_raw disabled oneshot |
