Sfoglia il codice sorgente

qcacmn: ppdu_info handling for CFR

Changes to handle CFR information from ppdu_info in
enhanced stats disabled case.

In enhanced stats enabled case, CFR info is handled in
dp_rx_handle_ppdu_stats API.

CRs-Fixed: 3214538
Change-Id: I41ea6e080f5ede661eed06764939fe2feaa6102e
Shwetha G K 3 anni fa
parent
commit
d9668fdc72
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      dp/wifi3.0/monitor/2.0/dp_rx_mon_2.0.c

+ 2 - 0
dp/wifi3.0/monitor/2.0/dp_rx_mon_2.0.c

@@ -1374,6 +1374,8 @@ dp_rx_mon_srng_process_2_0(struct dp_soc *soc, struct dp_intr *int_ctx,
 		/* Call enhanced stats update API */
 		if (mon_pdev->enhanced_stats_en && ppdu_info)
 			dp_rx_handle_ppdu_stats(soc, pdev, ppdu_info);
+		else if (dp_cfr_rcc_mode_status(pdev) && ppdu_info)
+			dp_rx_handle_cfr(soc, pdev, ppdu_info);
 
 		/* Call API to add PPDU info workqueue */
 		status = dp_rx_mon_add_ppdu_info_to_wq(mon_pdev, ppdu_info);