qcacmn: Add full monitor mode changes
Add following changes: a. Add CDP API to config full monitor mode b. HTT configuration changes c. Init/Deinit changes for full monitor mode resources CRs-Fixed: 2632442 Change-Id: I06db5194031b3ea0f0c1e5deda20df4bc0faa0b9
This commit is contained in:
@@ -5877,6 +5877,12 @@ 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);
|
||||
stat_ring_ppdu_ids =
|
||||
(uint32_t *)qdf_mem_malloc(sizeof(uint32_t) * MAX_PPDU_ID_HIST);
|
||||
dest_ring_ppdu_ids =
|
||||
|
Fai riferimento in un nuovo problema
Block a user