qcacmn: Add changes to update band info in nbuf cb

Add changes to update band info into nbuf cb for
connectivity logging.

Change-Id: Iec5e91fe6b39a9a0f8a7a37d4945914d7a9e748f
CRs-Fixed: 3571823
This commit is contained in:
Amit Mehta
2023-08-16 09:44:30 +05:30
committed by Rahul Choudhary
parent 6f26807730
commit fcf4ae51f3
6 changed files with 55 additions and 0 deletions

View File

@@ -5357,6 +5357,8 @@ void dp_tx_comp_process_tx_status(struct dp_soc *soc,
link_id = dp_tx_get_link_id_from_ppdu_id(soc, ts, txrx_peer, vdev);
dp_tx_set_nbuf_band(nbuf, txrx_peer, link_id);
op_mode = vdev->qdf_opmode;
dp_tx_update_connectivity_stats(soc, vdev, tx_desc, ts->status);
dp_tx_update_uplink_delay(soc, vdev, ts);