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
此提交包含在:
@@ -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
|
||||
|
||||
/**
|
||||
|
新增問題並參考
封鎖使用者