qcacmn: Increase per ppdu max monitor status buffer count

Currently, max monitor status buffer count per ppdu is 32.
In case of multiclient test cases, number of status buffers per ppdu are
33 and leading to assert.
Increase per ppdu max monitor status buffer count 128 to take care of future
use cases like MU-MIMO, OFDMA.

Change-Id: I083304ef23a1d58af24062441d8ad9b2d229f7b1
CRs-Fixed: 3156689
此提交包含在:
Amir Patel
2022-03-23 22:06:49 +05:30
提交者 Madan Koyyalamudi
父節點 5672e51446
當前提交 ff310b9e8f

查看文件

@@ -30,7 +30,7 @@
#define DP_MON_RING_FILL_LEVEL_DEFAULT 2048
#define DP_MON_DATA_BUFFER_SIZE 2048
#define DP_MON_DESC_MAGIC 0xdeadabcd
#define DP_MON_MAX_STATUS_BUF 32
#define DP_MON_MAX_STATUS_BUF 128
#define DP_MON_QUEUE_DEPTH_MAX 16
/**