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:
Om Prakash Tripathi
2017-08-23 22:51:28 +05:30
committed by snandini
parent d9bf209f70
commit 03efb6a7b6
4 changed files with 87 additions and 10 deletions

View File

@@ -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);