qcacmn: Increase RXDMA2SW ring size limit to 8192
In noisy environments with monitor mode enabled, RXDMA2SW ring is getting filled with bursts of dummy indications, which were added as part of a WAR to handle RXDMA issue with error indications received in monitor path. These indications won't consume any real buffers, but are causing ring full assertion failure due to smaller ring size. This change increases max ring size, and the actual ring size comes from ini file. Change-Id: Icb7f08ab0757cb5b6ac7c1aee8e04f200ed4a1bd
This commit is contained in:

committad av
nshrivas

förälder
9e0e1667d4
incheckning
79768452a4
@@ -279,7 +279,7 @@
|
||||
|
||||
#define WLAN_CFG_RXDMA_ERR_DST_RING_SIZE 1024
|
||||
#define WLAN_CFG_RXDMA_ERR_DST_RING_SIZE_MIN 1024
|
||||
#define WLAN_CFG_RXDMA_ERR_DST_RING_SIZE_MAX 1024
|
||||
#define WLAN_CFG_RXDMA_ERR_DST_RING_SIZE_MAX 8192
|
||||
|
||||
/* DP INI Declerations */
|
||||
#define CFG_DP_HTT_PACKET_TYPE \
|
||||
|
Referens i nytt ärende
Block a user