qcacmn: Fixing display of Vow Stats

Adding more fields to vow stats display function.

Change-Id: Ic5227e994e55c0ebc99351051d5b409ba0c3f627
This commit is contained in:
Varsha Mishra
2019-03-14 17:56:58 +05:30
committed by nshrivas
parent 1d9aae09c6
commit 3e9d647162
4 changed files with 101 additions and 104 deletions

View File

@@ -822,7 +822,6 @@ struct cdp_soc_t {
* @CDP_CONFIG_CAPTURE_LATENCY: Capture time latency
* @CDP_INGRESS_STATS: Accumulate ingress statistics
* @CDP_OSIF_DROP: Accumulate drops in OSIF layer
* @CDP_CONFIG_DELAY_STATS: Enable per tid delay stats
*/
enum cdp_pdev_param_type {
CDP_CONFIG_DEBUG_SNIFFER,
@@ -835,7 +834,6 @@ enum cdp_pdev_param_type {
CDP_CONFIG_CAPTURE_LATENCY,
CDP_INGRESS_STATS,
CDP_OSIF_DROP,
CDP_CONFIG_DELAY_STATS,
};
/*