qcacmn: Correct RBM value when giving link_desc to HW

Use correct RBM value while giving back link descriptors
to HW from RX defrag path

Change-Id: I75eb41cd166dde2d26f32d3165ac52f732c83d82
This commit is contained in:
Chaithanya Garrepalli
2021-12-01 19:19:04 +05:30
committed by Madan Koyyalamudi
parent fdef41b4a2
commit 63cbee363b
6 changed files with 18 additions and 28 deletions

View File

@@ -152,4 +152,12 @@ hal_reo_ring_remap_value_get_be(uint8_t rx_ring_id);
* Return: None
*/
void hal_setup_reo_swap(struct hal_soc *soc);
/**
* hal_get_idle_link_bm_id_be() - Get idle link BM id from chid_id
* @chip_id: mlo chip_id
*
* Returns: RBM ID
*/
uint8_t hal_get_idle_link_bm_id_be(uint8_t chip_id);
#endif /* _HAL_BE_API_H_ */