From b3cc441dc5ff10cacc6c39377e43530f445b6169 Mon Sep 17 00:00:00 2001 From: Lior David Date: Sun, 15 Sep 2019 17:08:49 +0300 Subject: [PATCH] sdm660: init.qcom.rc: remove interface line from hostapd_fst The interface line in hostapd_fst is the same as the default hostapd service and this can cause the lazy HAL mechanism to start hostapd_fst instead of the default hostapd, causing various errors. This change only fixes the errors with default hostapd operation. In order to fix FST feature with hostapd_fst, additional changes are needed such as making it use the default hostapd service and adding sepolicy rules to support it. Change-Id: I133336b1ae18fa823969f240b3e4376989fbf017 --- rootdir/etc/init.qcom.rc | 1 - 1 file changed, 1 deletion(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 973d1f41..a507c621 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -743,7 +743,6 @@ on property:persist.vendor.radio.atfwd.start=true start vendor.atfwd service hostapd_fst /vendor/bin/hw/hostapd -dd -g /data/vendor/wifi/hostapd/global - interface android.hardware.wifi.hostapd@1.0::IHostapd default class main capabilities NET_ADMIN NET_RAW user wifi