소스 검색

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
Karunakar Dasineni 6 년 전
부모
커밋
79768452a4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      wlan_cfg/cfg_dp.h

+ 1 - 1
wlan_cfg/cfg_dp.h

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