From 6df37ecfba588b61bf873ffe933034fb6da5368c Mon Sep 17 00:00:00 2001 From: Davide Garberi Date: Wed, 15 May 2019 23:15:09 +0200 Subject: msm8996-common: Remove wcg_mac_tool * Turns out we don't actually need to use this as /proc/mac_wifi and mac_bt can turn into normal mac address values just with hex dumping * Remove bt_mac_prop as we can just set the mac path in vendor_prop.mk Change-Id: I23665cdd5d39d5e090694cff5a63f55ecb9ea334 --- rootdir/etc/init.qcom.rc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'rootdir/etc/init.qcom.rc') diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index b197f87..b21bb77 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -573,13 +573,6 @@ service vendor.ppd /vendor/bin/mm-pp-dpps disabled writepid /dev/cpuset/system-background/tasks -service wcg_mac_tool /vendor/bin/wcg_mac_tool - class late_start - group root - user root - disabled - oneshot - service wlan-sh /vendor/bin/init.wlan.sh class late_start user root @@ -595,7 +588,6 @@ service bt-sh /vendor/bin/init.bt.sh oneshot on property:sys.boot_completed=1 - start wcg_mac_tool start wlan-sh start bt-sh -- cgit v1.2.3