qcacmn: Increase the size of reo reinject ring

Currently when running downlink traffic with
fragmentation enabled, the SW2REO is getting
full. Increase the SW2REO ring size to 128 entries.

Change-Id: If43bc72a8cc173d44953ca367573800243b1cc5d
CRs-Fixed: 2738309
Šī revīzija ir iekļauta:
Rakesh Pillai
2020-07-22 18:44:28 +05:30
revīziju iesūtīja snandini
vecāks b00f74430d
revīzija 7bad5a8ce3
2 mainīti faili ar 3 papildinājumiem un 4 dzēšanām

Parādīt failu

@@ -226,9 +226,9 @@
#define WLAN_CFG_REO_DST_RING_SIZE_MIN 1024
#define WLAN_CFG_REO_DST_RING_SIZE_MAX 2048
#define WLAN_CFG_REO_REINJECT_RING_SIZE 32
#define WLAN_CFG_REO_REINJECT_RING_SIZE 128
#define WLAN_CFG_REO_REINJECT_RING_SIZE_MIN 32
#define WLAN_CFG_REO_REINJECT_RING_SIZE_MAX 32
#define WLAN_CFG_REO_REINJECT_RING_SIZE_MAX 128
#define WLAN_CFG_RX_RELEASE_RING_SIZE 1024
#define WLAN_CFG_RX_RELEASE_RING_SIZE_MIN 8