qcacmn: Enhance txrx_stats interface to accept multiple args
1. Enhance CDP and DP txrx_stats interface to accept multiple args. these agruments are passed to htt without any interpretation. 2. Add reset stats support Change-Id: I65db494824d03097e20dffc828bea380b16d411f CRs-Fixed: 2136793
This commit is contained in:

committed by
snandini

parent
d9bf209f70
commit
03efb6a7b6
@@ -210,6 +210,9 @@ struct cdp_cmn_ops {
|
||||
|
||||
int (*txrx_stats)(struct cdp_vdev *vdev, enum cdp_stats stats);
|
||||
|
||||
int (*txrx_stats_request)(struct cdp_vdev *vdev,
|
||||
struct cdp_txrx_stats_req *req);
|
||||
|
||||
QDF_STATUS (*display_stats)(void *psoc, uint16_t value);
|
||||
|
||||
void (*txrx_soc_set_nss_cfg)(ol_txrx_soc_handle soc, int config);
|
||||
|
Reference in New Issue
Block a user