summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManjunathappa Prakash <prakashpm@codeaurora.org>2016-04-21 16:45:40 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-04-25 22:55:56 -0700
commitfa345994b592fa64e60231add912ea63796e5de9 (patch)
treee4b1cb3f71ae72ad9a923ce1e9288365784033cd
parent9dd19130fe6652e5395ac90fd05d82e8f31b9263 (diff)
qcacld-3.0: Enable V2 FLOW CONTROL for SNOC
Enable "tx flow control v2" for SNOC. Acked-by: Orhan K AKYILDIZ <oka@qca.qualcomm.com> Change-Id: Ifaca9c97d78e6b09876e3d0a7a9e85d763e67e09 CRs-Fixed: 999422
-rwxr-xr-xKbuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/Kbuild b/Kbuild
index 4058e486056f..f1c35d6a2f47 100755
--- a/Kbuild
+++ b/Kbuild
@@ -164,6 +164,10 @@ ifeq ($(KERNEL_BUILD), 0)
endif
endif
+ifeq ($(CONFIG_ROME_IF), snoc)
+ CONFIG_WLAN_TX_FLOW_CONTROL_V2 := y
+endif
+
# Flag to enable LFR Subnet Detection
CONFIG_LFR_SUBNET_DETECTION := y