From 76291969a50d12784793000e4be44d152b930a0d Mon Sep 17 00:00:00 2001 From: Nirav Shah Date: Mon, 25 Apr 2016 10:50:37 +0530 Subject: 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 --- Kbuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Kbuild') 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 -- cgit v1.2.3