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
This commit is contained in:
parent
ab75a7b947
commit
b3cc441dc5
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue