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:

committed by
snandini

parent
ebc085458b
commit
625276bc31
@@ -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)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user