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:

committed by
Madan Koyyalamudi

부모
52c19ba631
커밋
27da15777b
@@ -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);
|
||||
|
Reference in New Issue
Block a user