|
@@ -313,7 +313,8 @@ dp_rx_mon_status_process_tlv(struct dp_soc *soc, uint32_t mac_id,
|
|
|
}
|
|
|
|
|
|
if (tlv_status == HAL_TLV_STATUS_PPDU_DONE) {
|
|
|
- if (pdev->enhanced_stats_en)
|
|
|
+ if (pdev->enhanced_stats_en ||
|
|
|
+ pdev->am_copy_mode)
|
|
|
dp_rx_handle_ppdu_stats(soc, pdev, ppdu_info);
|
|
|
|
|
|
pdev->mon_ppdu_status = DP_PPDU_STATUS_DONE;
|