qcacmn: CDP interface support for Tx Capture Stats
Add CDP interface structure and ops functions for getting Tx Capture stats. Change-Id: I5b01e2ab21aec566848eee805d6a702da150d328 CRs-Fixed: 3111860
This commit is contained in:

committed by
Madan Koyyalamudi

parent
c4a60f425c
commit
1e5ee08ad6
@@ -11972,6 +11972,10 @@ static struct cdp_host_stats_ops dp_ops_host_stats = {
|
||||
.txrx_alloc_vdev_stats_id = dp_txrx_alloc_vdev_stats_id,
|
||||
.txrx_reset_vdev_stats_id = dp_txrx_reset_vdev_stats_id,
|
||||
#endif
|
||||
#ifdef WLAN_TX_PKT_CAPTURE_ENH
|
||||
.get_peer_tx_capture_stats = dp_peer_get_tx_capture_stats,
|
||||
.get_pdev_tx_capture_stats = dp_pdev_get_tx_capture_stats,
|
||||
#endif /* WLAN_TX_PKT_CAPTURE_ENH */
|
||||
/* TODO */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user