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
@@ -981,7 +981,7 @@ static void ce_ring_cleanup_srng(struct hif_softc *scn,
|
||||
}
|
||||
|
||||
if (hal_srng)
|
||||
hal_srng_cleanup(scn->hal_soc, hal_srng);
|
||||
hal_srng_cleanup(scn->hal_soc, hal_srng, 0);
|
||||
}
|
||||
|
||||
static void ce_construct_shadow_config_srng(struct hif_softc *scn)
|
||||
|
Reference in New Issue
Block a user