qcacmn: Introduce HAL API to get phy ppdu id size

Introduce HAL API to get phy ppdu id size.

Change-Id: I125eb344787060336919fb361af032fddeb34526
CRs-Fixed: 3454206
This commit is contained in:
Srinivas Girigowda
2023-04-03 16:27:01 -07:00
committed by Madan Koyyalamudi
parent 9c855c06e2
commit 980d883f07
6 changed files with 33 additions and 1 deletions

View File

@@ -1376,6 +1376,7 @@ struct hal_hw_txrx_ops {
uint8_t *(*hal_get_reo_ent_desc_qdesc_addr)(uint8_t *desc);
uint64_t (*hal_rx_get_qdesc_addr)(uint8_t *dst_ring_desc,
uint8_t *buf);
uint8_t (*hal_rx_get_phy_ppdu_id_size)(void);
void (*hal_set_reo_ent_desc_reo_dest_ind)(uint8_t *desc,
uint32_t dst_ind);
QDF_STATUS