qcacmn: Add TSF timestamp to MCAST pkts in TX Cap

Move dp_tx_peer_init before dp_peer check to init for
bss_peers as well for MCAST packets. Add TSF timestamp
for wbm completion path in TX Capture feature.

Change-Id: I7da500671e2c22a937cae8770ce5357b9bbe5364
This commit is contained in:
Christopher Chopp
2020-03-27 12:46:38 -07:00
committed by nshrivas
vanhempi 1f3652debc
commit 6b17c700d4
2 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa

Näytä tiedosto

@@ -3608,6 +3608,7 @@ void dp_tx_process_htt_completion(struct dp_tx_desc_s *tx_desc, uint8_t *status,
HTT_TX_WBM_COMPLETION_V2_ACK_FRAME_RSSI_GET(
htt_desc[1]);
ts.tsf = htt_desc[3];
ts.first_msdu = 1;
ts.last_msdu = 1;
tid = ts.tid;