qcacmn: Add support for displaying TID statistics

Framework is added to print per TID Video and delay statistics
Change-Id: Icdf825d0b90b6c698d20d80a16a65b11f4e385a0
This commit is contained in:
Mainak Sen
2019-02-21 14:03:24 +05:30
committed by nshrivas
parent a6dcfa32c0
commit 2e43fb26f0
3 changed files with 290 additions and 3 deletions

View File

@@ -761,7 +761,10 @@ void dp_set_pn_check_wifi3(struct cdp_vdev *vdev_handle,
void *dp_get_pdev_for_mac_id(struct dp_soc *soc, uint32_t mac_id);
void dp_set_michael_key(struct cdp_peer *peer_handle,
bool is_unicast, uint32_t *key);
#ifdef CONFIG_WIN
uint32_t dp_pdev_tid_stats_display(void *pdev_handle,
enum _ol_ath_param_t param, uint32_t value, void *buff);
#endif
/*
* dp_get_mac_id_for_pdev() - Return mac corresponding to pdev for mac
*