qcacmn: Add SWLM support for WCN6450

Changes required to support SWLM feature on wcn6450.

Change-Id: I306cba8dcefa8f34a9546285b33b974987aec625
CRs-Fixed: 3540269
This commit is contained in:
Venkateswara Naralasetty
2023-06-26 10:52:53 +05:30
committed by Rahul Choudhary
parent 6ca74c40fd
commit fc93f83a78
11 changed files with 108 additions and 17 deletions

View File

@@ -1993,7 +1993,7 @@ static inline uint32_t dp_tx_get_pkt_len(struct dp_tx_desc_s *tx_desc)
{
return tx_desc->frm_type == dp_tx_frm_tso ?
tx_desc->msdu_ext_desc->tso_desc->seg.total_len :
qdf_nbuf_len(tx_desc->nbuf);
tx_desc->length;
}
#ifdef FEATURE_RUNTIME_PM