Browse Source

qcacmn: Increment TX enqueue stats on Rhine targets

Increment TX enqueue stats on Rhine targets.

Change-Id: I526ee8e1e1b2e8aa10e5c7a1c7dad2c45d236ba2
CRs-Fixed: 3574412
Manikanta Pubbisetty 1 year ago
parent
commit
882184c8f1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dp/wifi3.0/rh/dp_rh_tx.c

+ 1 - 0
dp/wifi3.0/rh/dp_rh_tx.c

@@ -389,6 +389,7 @@ dp_tx_hw_enqueue_rh(struct dp_soc *soc, struct dp_vdev *vdev,
 	tx_desc->flags |= DP_TX_DESC_FLAG_QUEUED_TX;
 	dp_vdev_peer_stats_update_protocol_cnt_tx(vdev, nbuf);
 	DP_STATS_INC_PKT(vdev, tx_i.processed, 1, tx_desc->length);
+	DP_STATS_INC(soc, tx.tcl_enq[0], 1);
 	dp_tx_update_stats(soc, tx_desc, 0);
 	status = QDF_STATUS_SUCCESS;