qcacld-3.0: Enable TX_AGGREGATION_SIZE for auto platforms

HST/Genoa/Rome support TX_AGGREGATION_SIZE, need enable it.

TX_AGGREGATION_SIZE is introduced in
change: I9e49ad5218f913f116cf4472f768f572740f14df .

Change-Id: I63fc729f3daf2b1757c5eb2fb839ed22ebce359a
CRs-Fixed: 2926281
This commit is contained in:
Jianmin Zhu
2021-04-19 15:12:10 +08:00
committed by snandini
parent 37fe05c589
commit 1428d10b02
3 changed files with 4 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# Protocol specific features # Protocol specific features
#features not required for GENOA IOT, compilation errors are there. #features not required for GENOA IOT, compilation errors are there.
CONFIG_TX_AGGREGATION_SIZE_ENABLE := y
CONFIG_SUPPORT_11AX := y CONFIG_SUPPORT_11AX := y
CONFIG_160MHZ_SUPPORT := y CONFIG_160MHZ_SUPPORT := y
CONFIG_FEATURE_STATS_EXT := n CONFIG_FEATURE_STATS_EXT := n

View File

@@ -1,3 +1,5 @@
CONFIG_TX_AGGREGATION_SIZE_ENABLE := y
CONFIG_AR6320_SUPPORT := y CONFIG_AR6320_SUPPORT := y
ifeq ($(CONFIG_CLD_HL_SDIO_CORE), y) ifeq ($(CONFIG_CLD_HL_SDIO_CORE), y)
CONFIG_QCA_WIFI_SDIO := y CONFIG_QCA_WIFI_SDIO := y

View File

@@ -2,6 +2,7 @@ CONFIG_CNSS_QCA6390 := y
CONFIG_BUS_AUTO_SUSPEND := y CONFIG_BUS_AUTO_SUSPEND := y
CONFIG_DIRECT_BUF_RX_ENABLE := y CONFIG_DIRECT_BUF_RX_ENABLE := y
CONFIG_WMI_DBR_SUPPORT := y CONFIG_WMI_DBR_SUPPORT := y
CONFIG_TX_AGGREGATION_SIZE_ENABLE := y
ifeq ($(CONFIG_CNSS_QCA6390), y) ifeq ($(CONFIG_CNSS_QCA6390), y)
ifeq ($(CONFIG_CNSS_EMULATION), y) ifeq ($(CONFIG_CNSS_EMULATION), y)