qcacmn: Fix tx completion stats for mesh
Enabled tx completion stats for mesh vdev irrespective of process_tx_status of soc. Change-Id: I46b3550b6433b354ec89da3628668befe7e55f83 CRs-Fixed: 2003389
Cette révision appartient à :

révisé par
qcabuildsw

Parent
c64c862938
révision
3e5e077d52
@@ -1272,7 +1272,8 @@ static void dp_tx_comp_process_desc(struct dp_soc *soc,
|
||||
}
|
||||
|
||||
/* Process Tx status in descriptor */
|
||||
if (soc->process_tx_status)
|
||||
if (soc->process_tx_status ||
|
||||
(desc->vdev && desc->vdev->mesh_vdev))
|
||||
dp_tx_comp_process_tx_status(desc);
|
||||
|
||||
/* 0 : MSDU buffer, 1 : MLE */
|
||||
|
Référencer dans un nouveau ticket
Bloquer un utilisateur