qcacmn: Add CDP ops to get SAWF stats from telemetry agent

The telemetry agent on certain intervals needs to pull the
SAWF stats from the driver.

Add CDP ops to pull the SAWF stats from the driver.

CRs-Fixed: 3210834
Change-Id: Ibc27059ff13b33acc4e71d3174a0415756dcfc5e
This commit is contained in:
Vivek
2022-06-10 09:51:56 +05:30
committed by Madan Koyyalamudi
parent 99dbc9ca4b
commit f64cf6e11b
3 changed files with 82 additions and 0 deletions

View File

@@ -12793,6 +12793,9 @@ static struct cdp_sawf_ops dp_ops_sawf = {
.txrx_sawf_set_mov_avg_params = dp_sawf_set_mov_avg_params,
.txrx_sawf_set_sla_params = dp_sawf_set_sla_params,
.txrx_sawf_init_telemtery_params = dp_sawf_init_telemetry_params,
.telemetry_get_throughput_stats = dp_sawf_get_tx_stats,
.telemetry_get_mpdu_stats = dp_sawf_get_mpdu_sched_stats,
.telemetry_get_drop_stats = dp_sawf_get_drop_stats,
#endif
};
#endif