qcacmn: Send RX DESC WDI event with AM Copy mode

Add support to send RX PPDU metadata, when AM copy mode is
enabled.

Change-Id: I1971dcb7653421d25bd40c52e257d9b06ffaaf38
CRs-Fixed: 2157345
diff --git a/dp/wifi3.0/dp_rx_mon_status.c b/dp/wifi3.0/dp_rx_mon_status.c
index 6861b15..bbb4a4d 100644
--- a/dp/wifi3.0/dp_rx_mon_status.c
+++ b/dp/wifi3.0/dp_rx_mon_status.c
@@ -313,7 +313,8 @@
 		}
 
 		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;