qcacmn: initialize BE specific HAL API callbacks

certain BE specific HAL APIs were only initialized for
KIWI chipset but not for WKK. Now moved all these APIs
under beryllium generic initialization.

These APIs are mainly used in de-frag pkt handling.

CRs-Fixed: 3294784
Change-Id: I6611f1b7ef80b432d24a490ba65880dd55539137
This commit is contained in:
Tallapragada Kalyan
2022-09-19 23:03:53 +05:30
committed by Madan Koyyalamudi
부모 52c19ba631
커밋 27da15777b
6개의 변경된 파일27개의 추가작업 그리고 15개의 파일을 삭제

파일 보기

@@ -1084,7 +1084,9 @@ struct hal_hw_txrx_ops {
void *msdu_desc_info, uint32_t dst_ind,
uint32_t nbuf_len);
void (*hal_mpdu_desc_info_set)(hal_soc_handle_t hal_soc_hdl,
void *mpdu_desc_info, uint32_t seq_no);
void *ent_desc,
void *mpdu_desc_info,
uint32_t seq_no);
#ifdef DP_UMAC_HW_RESET_SUPPORT
void (*hal_unregister_reo_send_cmd)(struct hal_soc *hal_soc);
void (*hal_register_reo_send_cmd)(struct hal_soc *hal_soc);