Drop Broadcom private driver-command lib from supplicant and hostapd
This commit is contained in:
parent
4027a018b7
commit
c82551723e
1 changed files with 4 additions and 3 deletions
|
|
@ -81,10 +81,11 @@ TARGET_COPY_OUT_VENDOR := vendor
|
|||
|
||||
|
||||
# Wifi
|
||||
BOARD_WLAN_DEVICE := bcmdhd
|
||||
# Generic nl80211/cfg80211 only: WiFi comes from USB adapters (mt76, rtw88,
|
||||
# ath9k_htc, ...). No BOARD_WLAN_DEVICE / private driver-command lib — those
|
||||
# inject vendor-private commands (bcmdhd's were used previously) that generic
|
||||
# mac80211 drivers reject.
|
||||
BOARD_HOSTAPD_DRIVER := NL80211
|
||||
BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
|
||||
BOARD_WPA_SUPPLICANT_DRIVER := NL80211
|
||||
BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
|
||||
#WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true
|
||||
WPA_SUPPLICANT_VERSION := VER_0_8_X
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue