From 1b2672426c2e97ed34950d7082bfbba418402e9f Mon Sep 17 00:00:00 2001 From: Aniruddha Paul Date: Fri, 15 Mar 2019 12:01:06 +0530 Subject: [PATCH] qcacmn: Increase the NSS Tx comp ring size to 48k from 8k The max limit of Tx comp ring is changed to 48K from 8k such that it can be dynamically changed based on the INI. Change-Id: I69ca62c33d538a669a3417dba749a818ca0bce07 --- wlan_cfg/cfg_dp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wlan_cfg/cfg_dp.h b/wlan_cfg/cfg_dp.h index 4e0198d55a..00297b60c5 100644 --- a/wlan_cfg/cfg_dp.h +++ b/wlan_cfg/cfg_dp.h @@ -168,7 +168,7 @@ #define WLAN_CFG_NSS_TX_COMP_RING_SIZE 0x2000 #define WLAN_CFG_NSS_TX_COMP_RING_SIZE_MIN 0x2000 -#define WLAN_CFG_NSS_TX_COMP_RING_SIZE_MAX 0x2000 +#define WLAN_CFG_NSS_TX_COMP_RING_SIZE_MAX 0xc000 #ifdef QCA_LL_TX_FLOW_CONTROL_V2