mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: Enable support for IEEE80211AC
* This is to allow supporting GO with 11AC support. Change-Id: I4b724951b47485bf78735a1007ee8f310b90549b Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
9d986dced8
commit
7319be6f31
1 changed files with 4 additions and 0 deletions
|
|
@ -115,4 +115,8 @@ BOARD_HOSTAPD_DRIVER := NL80211
|
||||||
BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
|
BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
|
||||||
WIFI_HIDL_FEATURE_DUAL_INTERFACE := true
|
WIFI_HIDL_FEATURE_DUAL_INTERFACE := true
|
||||||
WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true
|
WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true
|
||||||
|
|
||||||
|
# wpa_supplicant feature flags
|
||||||
CONFIG_ACS := true
|
CONFIG_ACS := true
|
||||||
|
CONFIG_IEEE80211AC := true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue