qcacmn: Do not populate meta_hdr on Tx completion path for mesh mode

Do not populate the struct meta_hdr_s into for buffers received on
Tx completion path when operating in mesh mode.

Also update the fields in tx_capture_hdr as per the new definition.

Change-Id: I6150b4ce891ca73d5ed7c7620568606c377223c6
This commit is contained in:
Harsh Kumar Bijlani
2021-09-16 01:42:01 +05:30
committed by Madan Koyyalamudi
vanhempi c00993943b
commit 87edde8b30
2 muutettua tiedostoa jossa 1 lisäystä ja 13 poistoa

Näytä tiedosto

@@ -1226,7 +1226,7 @@ dp_get_completion_indication_for_stack(struct dp_soc *soc,
ppdu_hdr->last_msdu = last_msdu;
if (qdf_unlikely(pdev->latency_capture_enable)) {
ppdu_hdr->tsf = ts->tsf;
ppdu_hdr->time_latency = time_latency;
ppdu_hdr->time_latency = (uint32_t)time_latency;
}
return QDF_STATUS_SUCCESS;