summaryrefslogtreecommitdiff
path: root/Kbuild
diff options
context:
space:
mode:
authorNirav Shah <nnshah@codeaurora.org>2016-04-25 10:50:37 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2016-05-18 16:33:43 -0700
commit76291969a50d12784793000e4be44d152b930a0d (patch)
tree52f60407f64edb5edb11f1f7693b1612cc4433e6 /Kbuild
parent617cff9d7fcc22a7b569fa2cdb39c8cd9f161ed4 (diff)
downloadqcacld-76291969a50d12784793000e4be44d152b930a0d.tar.gz
qcacld-3.0: Add logic in host to detect msdu_id duplication
Add logic in host to detect if host is using musdu_id which is already in use. CRs-Fixed: 929428 Change-Id: I10413ed4b5b76e16211aa0cbb9012cfb8f26cae0
Diffstat (limited to 'Kbuild')
-rwxr-xr-xKbuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/Kbuild b/Kbuild
index f2764c9c94..1503d74d43 100755
--- a/Kbuild
+++ b/Kbuild
@@ -1117,6 +1117,10 @@ ifeq ($(CONFIG_WLAN_FEATURE_LPSS),y)
CDEFINES += -DWLAN_FEATURE_LPSS
endif
+ifneq ($(TARGET_BUILD_VARIANT),user)
+CDEFINES += -DDESC_DUP_DETECT_DEBUG
+endif
+
ifeq ($(PANIC_ON_BUG),1)
CDEFINES += -DPANIC_ON_BUG
endif