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
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

szülő
617cff9d7f
commit
76291969a5
4
Kbuild
4
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
|
||||
|
Reference in New Issue
Block a user