qcacld-3.0: Enable multiple TX ring pairs for qca6490

Enable config flag to use multiple tx and tx completion
ring pairs for qca6490 when IPA is disabled.

Change-Id: Iafa6df504d7be55cbc5a233d6975963f0e118df5
CRs-Fixed: 3059736
This commit is contained in:
Yeshwanth Sriram Guntuka
2021-10-18 16:57:56 +05:30
committed by Madan Koyyalamudi
parent 1e31f26b25
commit f819fd2149
2 changed files with 2 additions and 0 deletions

1
Kbuild
View File

@@ -3681,6 +3681,7 @@ cppflags-$(CONFIG_DDP_MON_RSSI_IN_DBM) += -DDP_MON_RSSI_IN_DBM
cppflags-$(CONFIG_SYSTEM_PM_CHECK) += -DSYSTEM_PM_CHECK
cppflags-$(CONFIG_DISABLE_EAPOL_INTRABSS_FWD) += -DDISABLE_EAPOL_INTRABSS_FWD
cppflags-$(CONFIG_TX_AGGREGATION_SIZE_ENABLE) += -DTX_AGGREGATION_SIZE_ENABLE
cppflags-$(CONFIG_TX_MULTI_TCL) += -DTX_MULTI_TCL
# Enable Low latency
cppflags-$(CONFIG_WLAN_FEATURE_LL_MODE) += -DWLAN_FEATURE_LL_MODE

View File

@@ -58,6 +58,7 @@ ifeq ($(CONFIG_CNSS_QCA6490), y)
CONFIG_DCS := y
CONFIG_WLAN_SYNC_TSF_PLUS := y
CONFIG_WLAN_SYNC_TSF_TIMER := y
CONFIG_TX_MULTI_TCL := y
endif
ifeq ($(CONFIG_CNSS_QCA6750), y)