From ac840e5400d33526d1235611ea4fb578041a19d5 Mon Sep 17 00:00:00 2001 From: chenguo Date: Fri, 21 Dec 2018 13:47:53 +0800 Subject: [PATCH] qcacld-3.0: Enable AC based flow control by default Enable QCA_AC_BASED_FLOW_CONTROL in Kbuild file for for all lithium platform, including HST. CRs-Fixed: 2371232 Change-Id: I7e755d6211106f4a5c8e9d87905f6425ece4c5c3 --- Kbuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Kbuild b/Kbuild index 6b9f5a1f1c..6d18d88c3a 100644 --- a/Kbuild +++ b/Kbuild @@ -2363,6 +2363,9 @@ ccflags-$(CONFIG_HIF_SNOC) += -DCE_SVC_CMN_INIT ifeq ($(CONFIG_QCA6290_11AX), y) cppflags-y += -DQCA_WIFI_QCA6290_11AX +endif + +ifeq ($(CONFIG_LITHIUM), y) cppflags-$(CONFIG_WLAN_TX_FLOW_CONTROL_V2) += -DQCA_AC_BASED_FLOW_CONTROL endif