qcacmn: Check Tx halt during umac reset
1. Check Tx halt during umac reset and avoid halt if set already. 2. Perform SRNG disable only in case of umac reset Change-Id: Id364a6460a64e83002b5c96e08031ad2a0bc8fd7 CRs-Fixed: 3459427
This commit is contained in:

committed by
Madan Koyyalamudi

parent
499696eab5
commit
5b0980f461
@@ -1254,8 +1254,10 @@ void hal_srng_dst_init_hp(struct hal_soc_handle *hal_soc,
|
||||
* hal_srng_cleanup() - Deinitialize HW SRNG ring.
|
||||
* @hal_soc: Opaque HAL SOC handle
|
||||
* @hal_ring_hdl: Opaque HAL SRNG pointer
|
||||
* @umac_reset_inprogress: UMAC reset enabled/disabled.
|
||||
*/
|
||||
void hal_srng_cleanup(void *hal_soc, hal_ring_handle_t hal_ring_hdl);
|
||||
void hal_srng_cleanup(void *hal_soc, hal_ring_handle_t hal_ring_hdl,
|
||||
bool umac_reset_inprogress);
|
||||
|
||||
static inline bool hal_srng_initialized(hal_ring_handle_t hal_ring_hdl)
|
||||
{
|
||||
|
Reference in New Issue
Block a user