Make sure that we drain the LED blinking callout on detach.
Submitted by: Paul B. Mahol
This commit is contained in:
parent
36075f2a9a
commit
a7b978eee4
@ -579,6 +579,7 @@ bwi_detach(struct bwi_softc *sc)
|
||||
int i;
|
||||
|
||||
bwi_stop(sc, 1);
|
||||
callout_drain(&sc->sc_led_blink_ch);
|
||||
callout_drain(&sc->sc_calib_ch);
|
||||
ieee80211_ifdetach(ic);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user