Browse Source

qcacmn: Disable interrupt processing before stopping the bus

The interrupt free code is protected by a flag.  In the normal case
the interrupts are freed before the bus is stopped.  Make all cases
free the interrupt before hif_stop.

Change-Id: I1e1dfae9ba388733eb13f2cdf90aa85b3db35b0d
CRs-fixed: 1089935
Houston Hoffman 8 years ago
parent
commit
a69581e791
1 changed files with 5 additions and 0 deletions
  1. 5 0
      hif/src/ce/ce_main.c

+ 5 - 0
hif/src/ce/ce_main.c

@@ -1891,6 +1891,11 @@ void hif_ce_stop(struct hif_softc *scn)
 	struct HIF_CE_state *hif_state = HIF_GET_CE_STATE(scn);
 	int pipe_num;
 
+	/*
+	 * before cleaning up any memory, ensure irq &
+	 * bottom half contexts will not be re-entered
+	 */
+	hif_nointrs(scn);
 	scn->hif_init_done = false;
 
 	/*