1
0

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
Este cometimento está contido em:
Shwetha G K
2022-06-07 11:47:27 +05:30
cometido por Madan Koyyalamudi
ascendente 992242a17a
cometimento d9668fdc72

Ver ficheiro

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