qcacld-3.0: Disable sanity of sw_cookie in RX error for KIWI
Disable the sanity of sw_cookie in RX error path for KIWI target. Change-Id: I6d0e5c4c643007bfec2232d2f7c200842508ec44 CRs-Fixed: 3228794
This commit is contained in:
committed by
Madan Koyyalamudi
parent
b74b93b98b
commit
e4efc48048
1
Kbuild
1
Kbuild
@@ -3869,6 +3869,7 @@ cppflags-$(CONFIG_TX_AGGREGATION_SIZE_ENABLE) += -DTX_AGGREGATION_SIZE_ENABLE
|
||||
cppflags-$(CONFIG_TX_MULTI_TCL) += -DTX_MULTI_TCL
|
||||
cppflags-$(CONFIG_WLAN_DP_DISABLE_TCL_CMD_CRED_SRNG) += -DWLAN_DP_DISABLE_TCL_CMD_CRED_SRNG
|
||||
cppflags-$(CONFIG_WLAN_DP_DISABLE_TCL_STATUS_SRNG) += -DWLAN_DP_DISABLE_TCL_STATUS_SRNG
|
||||
cppflags-$(CONFIG_DP_WAR_VALIDATE_RX_ERR_MSDU_COOKIE) += -DDP_WAR_VALIDATE_RX_ERR_MSDU_COOKIE
|
||||
|
||||
# Enable Low latency
|
||||
cppflags-$(CONFIG_WLAN_FEATURE_LL_MODE) += -DWLAN_FEATURE_LL_MODE
|
||||
|
@@ -620,6 +620,9 @@ ifeq ($(CONFIG_LITHIUM), y)
|
||||
# Enable Shadow V2 for all lithium platform
|
||||
#
|
||||
CONFIG_SHADOW_V2 := y
|
||||
|
||||
# Enable sw_cookie sanity WAR for all Lithium platforms
|
||||
CONFIG_DP_WAR_VALIDATE_RX_ERR_MSDU_COOKIE := y
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_BERYLLIUM), y)
|
||||
|
Reference in New Issue
Block a user