Browse Source

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
Soumya Bhat 7 years ago
parent
commit
5c60deba48
1 changed files with 2 additions and 1 deletions
  1. 2 1
      dp/wifi3.0/dp_rx_mon_status.c

+ 2 - 1
dp/wifi3.0/dp_rx_mon_status.c

@@ -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;