qcacmn: enable monitor destination ring interrupt
Enable monitor destination ring interrupt to fix packet is getting stuck in monitor mode. Fix and add monitor mode debug count Change-Id: I74efdcf6a4373dd73e373285c8cd3aa5757cd0b2
这个提交包含在:
@@ -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 =
|
||||
|
在新工单中引用
屏蔽一个用户