qcacmn: Increase number of Tx descriptors for 1024 clients

Increase the Tx descriptor pool size to 32K to take care of
1024 client requirement

Change-Id: If6e0711204479e602d7cb468270ee2279a5c4dfe
This commit is contained in:
Pamidipati, Vijay
2017-09-18 14:19:45 +05:30
committed by snandini
parent ebc085458b
commit 625276bc31
2 changed files with 6 additions and 6 deletions

View File

@@ -65,7 +65,7 @@
#define WLAN_LRO_ENABLE 0
/* Tx Descriptor and Tx Extension Descriptor pool sizes */
#define WLAN_CFG_NUM_TX_DESC (16 << 10)
#define WLAN_CFG_NUM_TX_DESC (32 << 10)
#define WLAN_CFG_NUM_TX_EXT_DESC (8 << 10)