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
diff --git a/wlan_cfg/cfg_dp.h b/wlan_cfg/cfg_dp.h
index 4e0198d..00297b6 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