qcacld-3.0: enable Tx descriptor history in Tx and comp rings

Enable the history support to log Tx descriptors programmed
in Tx and completion HW rings.

Change-Id: I5ce308354714da78baa05500bc73e1a9ec91b958
CRs-Fixed: 2935363
This commit is contained in:
Vevek Venkatesan 2021-04-29 10:48:20 +05:30 committed by Madan Koyyalamudi
parent 5dc2d6dafb
commit 99c942c15d
2 changed files with 3 additions and 0 deletions

1
Kbuild
View File

@ -3623,6 +3623,7 @@ cppflags-$(CONFIG_SAR_SAFETY_FEATURE) += -DSAR_SAFETY_FEATURE
cppflags-$(CONFIG_WLAN_FEATURE_DP_EVENT_HISTORY) += -DWLAN_FEATURE_DP_EVENT_HISTORY
cppflags-$(CONFIG_WLAN_FEATURE_DP_RX_RING_HISTORY) += -DWLAN_FEATURE_DP_RX_RING_HISTORY
cppflags-$(CONFIG_WLAN_FEATURE_DP_TX_DESC_HISTORY) += -DWLAN_FEATURE_DP_TX_DESC_HISTORY
cppflags-$(CONFIG_REO_QDESC_HISTORY) += -DREO_QDESC_HISTORY
cppflags-$(CONFIG_WLAN_DP_PER_RING_TYPE_CONFIG) += -DWLAN_DP_PER_RING_TYPE_CONFIG
cppflags-$(CONFIG_WLAN_CE_INTERRUPT_THRESHOLD_CONFIG) += -DWLAN_CE_INTERRUPT_THRESHOLD_CONFIG

View File

@ -1120,6 +1120,7 @@ ifeq ($(CONFIG_LITHIUM), y)
CONFIG_WLAN_RECORD_RX_PADDR := y
CONFIG_HIF_CPU_PERF_AFFINE_MASK := y
CONFIG_WLAN_FEATURE_DP_RX_RING_HISTORY := y
CONFIG_WLAN_FEATURE_DP_TX_DESC_HISTORY := y
CONFIG_ALLOW_PKT_DROPPING := y
CONFIG_REO_QDESC_HISTORY := y
endif
@ -1128,6 +1129,7 @@ ifeq ($(CONFIG_LITHIUM), y)
CONFIG_WLAN_RECORD_RX_PADDR := y
CONFIG_HIF_CPU_PERF_AFFINE_MASK := y
CONFIG_WLAN_FEATURE_DP_RX_RING_HISTORY := y
CONFIG_WLAN_FEATURE_DP_TX_DESC_HISTORY := y
CONFIG_REO_QDESC_HISTORY := y
endif
CONFIG_WLAN_FEATURE_DP_EVENT_HISTORY := y