From 0d3a0bbd2a137b9b7fc7538263b4cf26535513bb Mon Sep 17 00:00:00 2001 From: Mahesh Palivela Date: Sat, 30 Jun 2012 13:57:52 +0300 Subject: [PATCH] sm8350-common: Enable support for IEEE80211AC * This is to allow supporting GO with 11AC support. Change-Id: I08793eaa6295c5cfe5ac11eeee2f92213af78844 --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index f02462e..b0341dd 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -197,6 +197,7 @@ WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true WPA_SUPPLICANT_VERSION := VER_0_8_X CONFIG_ACS := true +CONFIG_IEEE80211AC := true # Inherit proprietary blobs include vendor/xiaomi/sm8350-common/BoardConfigVendor.mk