qcacmn: Add CDP api to fetch data rates

Add new CDP api to fetch data rates accordingly
from datapath

Change-Id: I1cf08d396e0f611c61a02c868c9c31759ef52a79
CRs-Fixed: 2394226
This commit is contained in:
Surya Prakash Raajen
2019-02-19 13:19:36 +05:30
committed by nshrivas
parent d33659b98d
commit 3a01bdd783
3 changed files with 52 additions and 0 deletions

View File

@@ -789,6 +789,9 @@ struct cdp_host_stats_ops {
void *buf);
struct cdp_pdev_stats*
(*txrx_get_pdev_stats)(struct cdp_pdev *pdev);
int
(*txrx_get_ratekbps)(int preamb, int mcs,
int htflag, int gintval);
};
struct cdp_wds_ops {