|
@@ -5933,12 +5933,14 @@ dp_print_pdev_rx_mon_stats(struct dp_pdev *pdev)
|
|
|
rx_mon_stats->dup_mon_linkdesc_cnt);
|
|
|
DP_PRINT_STATS("dup_mon_buf_cnt = %d",
|
|
|
rx_mon_stats->dup_mon_buf_cnt);
|
|
|
- DP_PRINT_STATS("ppdu_id_mismatch = %u",
|
|
|
- rx_mon_stats->ppdu_id_mismatch);
|
|
|
DP_PRINT_STATS("mon_rx_buf_reaped = %u",
|
|
|
rx_mon_stats->mon_rx_bufs_reaped_dest);
|
|
|
DP_PRINT_STATS("mon_rx_buf_replenished = %u",
|
|
|
rx_mon_stats->mon_rx_bufs_replenished_dest);
|
|
|
+ DP_PRINT_STATS("ppdu_id_mismatch = %u",
|
|
|
+ rx_mon_stats->ppdu_id_mismatch);
|
|
|
+ DP_PRINT_STATS("mpdu_ppdu_id_match_cnt = %d",
|
|
|
+ rx_mon_stats->ppdu_id_match);
|
|
|
stat_ring_ppdu_ids =
|
|
|
(uint32_t *)qdf_mem_malloc(sizeof(uint32_t) * MAX_PPDU_ID_HIST);
|
|
|
dest_ring_ppdu_ids =
|