Browse Source

qcacmn: Increase capacity to store status buffer in tx monitor

In tx monitor, the maximum capacity to store status buffer is 64.
During high throughput scenario number of status buffer exceeds 64.

Change-Id: I5e8d1945773d2027a4adbc141fa868587e80acd1
CRs-Fixed: 3430126
nobelj 2 years ago
parent
commit
3618c82727
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dp/wifi3.0/monitor/2.0/dp_tx_mon_2.0.h

+ 1 - 1
dp/wifi3.0/monitor/2.0/dp_tx_mon_2.0.h

@@ -176,7 +176,7 @@ dp_tx_mon_print_ring_stat_2_0(struct dp_pdev *pdev);
 #define MAX_MONITOR_HEADER (512)
 #define MAX_DUMMY_FRM_BODY (128)
 
-#define MAX_STATUS_BUFFER_IN_PPDU (64)
+#define MAX_STATUS_BUFFER_IN_PPDU (128)
 #define TXMON_NO_BUFFER_SZ (64)
 
 #define DP_BA_ACK_FRAME_SIZE (sizeof(struct ieee80211_ctlframe_addr2) + 36)