qcacmn: Datapath changes for umac prereset handling
Handle Umac prereset event from firmware. Change-Id: I1d3d295468e97ebce5e7310055abc508e16e99b0 CRs-Fixed: 3174560
This commit is contained in:

committed by
Madan Koyyalamudi

parent
ed3ba3ca44
commit
a839cac207
@@ -1074,6 +1074,10 @@ struct hal_hw_txrx_ops {
|
||||
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);
|
||||
#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);
|
||||
#endif
|
||||
uint32_t (*hal_rx_tlv_sgi_get)(uint8_t *buf);
|
||||
uint32_t (*hal_rx_tlv_get_freq)(uint8_t *buf);
|
||||
uint8_t (*hal_rx_msdu_get_keyid)(uint8_t *buf);
|
||||
|
Reference in New Issue
Block a user