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:
@@ -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
|
||||
|
Reference in New Issue
Block a user