From a641f069ec9bf61590d746c026062044100312d5 Mon Sep 17 00:00:00 2001 From: Rakesh Pillai Date: Sun, 8 Dec 2019 15:59:01 +0530 Subject: [PATCH] qcacld-3.0: Enable config HAL_DISABLE_NON_BA_2K_JUMP_ERROR Enable the config HAL_DISABLE_NON_BA_2K_JUMP_ERROR to disable the 2k jump error detection in case of NON-BA. CRs-Fixed: 2583130 Change-Id: I7eec5bc8ab2eddc4ba4eba4df4120112ad379bf0 --- Kbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/Kbuild b/Kbuild index df242803fc..0fa71dc2f1 100644 --- a/Kbuild +++ b/Kbuild @@ -2706,6 +2706,7 @@ endif ifeq ($(CONFIG_LITHIUM), y) cppflags-$(CONFIG_WLAN_TX_FLOW_CONTROL_V2) += -DQCA_AC_BASED_FLOW_CONTROL +cppflags-y += -DHAL_DISABLE_NON_BA_2K_JUMP_ERROR endif cppflags-$(CONFIG_WLAN_CLD_PM_QOS) += -DCLD_PM_QOS