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
diff --git a/wlan_cfg/cfg_dp.h b/wlan_cfg/cfg_dp.h
index 86d14cb..bf3e136 100644
--- a/wlan_cfg/cfg_dp.h
+++ b/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 \