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:

committed by
qcabuildsw

parent
c6bb1bd75a
commit
5bcfa31ec4
@@ -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;
|
||||
|
Reference in New Issue
Block a user