mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make sure that we drain the LED blinking callout on detach.
Submitted by: Paul B. Mahol
This commit is contained in:
parent
1771d2075a
commit
7389f7db05
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue