diff options
-rw-r--r-- | sys/dev/usb/if_ural.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/if_ural.c b/sys/dev/usb/if_ural.c index 3a99c1d..f41bc88 100644 --- a/sys/dev/usb/if_ural.c +++ b/sys/dev/usb/if_ural.c @@ -533,6 +533,7 @@ USB_DETACH(ural) struct ieee80211com *ic = &sc->sc_ic; struct ifnet *ifp = ic->ic_ifp; + ural_stop(sc); usb_rem_task(sc->sc_udev, &sc->sc_task); callout_stop(&sc->scan_ch); callout_stop(&sc->amrr_ch); |