qcacmn: Kill bh execution contexts before cleaning up the hif
The interrupts are being freed, but the execution contexts are not guaranteed to be stopped. Ensure the execution contexts are stopped to prevent race conditions between the cleanup and normal execution. Change-Id: I77f2e0fb7073dbb3337e1cbbb6ed09295c7ea23e CRs-Fixed: 2030393
Esse commit está contido em:
@@ -2114,7 +2114,7 @@ void hif_ce_stop(struct hif_softc *scn)
|
||||
* before cleaning up any memory, ensure irq &
|
||||
* bottom half contexts will not be re-entered
|
||||
*/
|
||||
hif_nointrs(scn);
|
||||
hif_disable_isr(&scn->osc);
|
||||
hif_destroy_oom_work(scn);
|
||||
scn->hif_init_done = false;
|
||||
|
||||
|
Referência em uma nova issue
Block a user