sm8150-common: use blob wifi hals
* Somehow the OSS HAL always fails with timeout awaiting for driver ready. The `wlan0` interface just does not show up with OSS HAL. For now, let's just live with the stock ones..
This commit is contained in:
parent
1a00006830
commit
26f51de8cf
|
@ -391,7 +391,6 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
android.hardware.wifi@1.0-service \
|
||||
hostapd \
|
||||
libwifi-hal-qcom \
|
||||
libwpa_client \
|
||||
wpa_supplicant \
|
||||
wpa_supplicant.conf \
|
||||
|
|
|
@ -1712,3 +1712,6 @@ vendor/lib64/com.qualcomm.qti.uceservice@2.0.so
|
|||
vendor/lib64/libqti-iopd-client.so
|
||||
vendor/lib64/libSecureUILib.so
|
||||
|
||||
# Wifi HALs (TODO: Figure out what funky stuff they have done and build OSS wifi HAL)
|
||||
vendor/lib64/libwifi-hal.so
|
||||
vendor/lib64/libwifi-hal-qcom.so
|
||||
|
|
Loading…
Reference in New Issue