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

parent
52c19ba631
commit
27da15777b
@@ -2265,14 +2265,6 @@ static void hal_hw_txrx_ops_attach_kiwi(struct hal_soc *hal_soc)
|
||||
hal_rx_msdu_start_msdu_len_set_be;
|
||||
hal_soc->ops->hal_rx_tlv_populate_mpdu_desc_info =
|
||||
hal_rx_tlv_populate_mpdu_desc_info_kiwi;
|
||||
hal_soc->ops->hal_rx_tlv_get_pn_num =
|
||||
hal_rx_tlv_get_pn_num_be;
|
||||
hal_soc->ops->hal_get_reo_ent_desc_qdesc_addr =
|
||||
hal_get_reo_ent_desc_qdesc_addr_be;
|
||||
hal_soc->ops->hal_rx_get_qdesc_addr =
|
||||
hal_rx_get_qdesc_addr_be;
|
||||
hal_soc->ops->hal_set_reo_ent_desc_reo_dest_ind =
|
||||
hal_set_reo_ent_desc_reo_dest_ind_be;
|
||||
hal_soc->ops->hal_get_idle_link_bm_id = hal_get_idle_link_bm_id_kiwi;
|
||||
#ifdef WLAN_FEATURE_MARK_FIRST_WAKEUP_PACKET
|
||||
hal_soc->ops->hal_get_first_wow_wakeup_packet =
|
||||
|
Reference in New Issue
Block a user