From a03776754dfe3e1151f22c6de9635d948bfae549 Mon Sep 17 00:00:00 2001 From: Peng Xu Date: Tue, 30 May 2023 23:20:39 +0300 Subject: [PATCH] sm8350-common: wifi: Enable support for IEEE80211AX * This is to allow supporting WiFi 6 mobile hotspots, to be noted this is only supported on SDM855+ platforms. --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 0452e8e..b26ed2c 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -186,6 +186,7 @@ BOARD_WPA_SUPPLICANT_DRIVER := NL80211 BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE) CONFIG_ACS := true CONFIG_IEEE80211AC := true +CONFIG_IEEE80211AX := true QC_WIFI_HIDL_FEATURE_DUAL_AP := true WIFI_DRIVER_DEFAULT := wlan WIFI_DRIVER_STATE_CTRL_PARAM := "/dev/wlan"