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:

committed by
nshrivas

parent
d33659b98d
commit
3a01bdd783
@@ -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 {
|
||||
|
Reference in New Issue
Block a user