qcacmn: Add provision to set desc to higher value
Add support to change the tx_desc value to 65536. Some changes to make the function argument as u32 type us made Change-Id: I7cbde1b7ed4ab4e278c25c1ecfa94b7f673197f2 CRs-Fixed: 3130833
Dieser Commit ist enthalten in:

committet von
Madan Koyyalamudi

Ursprung
ea3efe6a60
Commit
cf10304673
@@ -166,7 +166,7 @@
|
||||
#define WLAN_CFG_TX_COMP_RING_SIZE_MAX 0x80000
|
||||
|
||||
#define WLAN_CFG_NUM_TX_DESC_MIN 16
|
||||
#define WLAN_CFG_NUM_TX_DESC_MAX 32768
|
||||
#define WLAN_CFG_NUM_TX_DESC_MAX 0x10000
|
||||
|
||||
#define WLAN_CFG_NUM_TX_EXT_DESC_MIN 16
|
||||
#define WLAN_CFG_NUM_TX_EXT_DESC_MAX 0x80000
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren