qcacmn: support for tx capture stats

added support to print debug stats for tx capture

Change-Id: Id5533e076f9b5d3f15a392f61b4af5fdffa9efb0
This commit is contained in:
nobelj
2019-12-09 12:47:41 -08:00
committed by nshrivas
parent b199b73f43
commit 4771edbadc
3 changed files with 29 additions and 0 deletions

View File

@@ -1476,6 +1476,31 @@ QDF_STATUS dp_tx_add_to_comp_queue(struct dp_soc *soc,
{
return QDF_STATUS_E_FAILURE;
}
/*
* dp_tx_capture_htt_frame_counter: increment counter for htt_frame_type
* pdev: DP pdev handle
* htt_frame_type: htt frame type received from fw
*
* return: void
*/
static inline
void dp_tx_capture_htt_frame_counter(struct dp_pdev *pdev,
uint32_t htt_frame_type)
{
}
/*
* dp_tx_cature_stats: print tx capture stats
* @pdev: DP PDEV handle
*
* return: void
*/
static inline
void dp_print_pdev_tx_capture_stats(struct dp_pdev *pdev)
{
}
#endif
#ifdef FEATURE_PERPKT_INFO