qcacmn: Hal changes for Umac post reset at host
Hal layer changes to handle Umac post reset and post reset complete events from firmware. Change-Id: Ib25427930aab25650731c87b38e2ef7e47ae98d9 CRs-Fixed: 3267222
Dieser Commit ist enthalten in:

committet von
Madan Koyyalamudi

Ursprung
67de6bcbfd
Commit
a615488cf4
@@ -635,6 +635,18 @@ hal_unregister_reo_send_cmd(hal_soc_handle_t hal_soc_hdl)
|
||||
if (hal_soc->ops->hal_unregister_reo_send_cmd)
|
||||
return hal_soc->ops->hal_unregister_reo_send_cmd(hal_soc);
|
||||
}
|
||||
|
||||
static inline void
|
||||
hal_reset_rx_reo_tid_queue(hal_soc_handle_t hal_soc_hdl, void *hw_qdesc_vaddr,
|
||||
uint32_t size)
|
||||
{
|
||||
struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl;
|
||||
|
||||
if (hal_soc->ops->hal_reset_rx_reo_tid_q)
|
||||
hal_soc->ops->hal_reset_rx_reo_tid_q(hal_soc, hw_qdesc_vaddr,
|
||||
size);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
static inline QDF_STATUS
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren