qcacmn: Add support to process Tx completion status from WBM descriptor

Add HAL API to parse Tx completion statistics from WBM descriptor and
populate HAL Structure and a DP API to print the statistics per packet

CRs-Fixed: 1088985
Change-Id: Ic6e918aabdbd7743d8f640e0451070dc229c6f0d
This commit is contained in:
Vijay Pamidipati
2016-12-20 11:44:38 +05:30
committed by qcabuildsw
parent c6bb1bd75a
commit 5bcfa31ec4
3 changed files with 143 additions and 10 deletions

View File

@@ -178,10 +178,6 @@ static inline void dp_tx_comp_process_exception(struct dp_tx_desc_s *tx_desc)
{
return;
}
static inline void dp_tx_comp_process_tx_status(struct dp_tx_desc_s *tx_desc)
{
return;
}
static inline QDF_STATUS dp_tx_flow_control(struct dp_vdev *vdev)
{
return QDF_STATUS_SUCCESS;