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
부모 ebc085458b
커밋 625276bc31
2개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제

파일 보기

@@ -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)