summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2006-04-03 17:18:22 +0000
committerSam Leffler <sam@FreeBSD.org>2006-04-03 17:18:22 +0000
commitf0a860bf8b47c313e2d4a761b1d600dd7218523a (patch)
tree566eb965a21a3e3cf7732e462d3f2d60ad487d60 /sys/dev
parentb72084ad317f8075f6deb25024e088ccfdbc9dfd (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/if_ural.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/if_ural.c b/sys/dev/usb/if_ural.c
index 3a99c1d85fe5..f41bc88d531f 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);