aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2003-10-13 04:57:31 +0000
committerSam Leffler <sam@FreeBSD.org>2003-10-13 04:57:31 +0000
commit7d4bf9ccb1f9495e08f3dd21280be6fe1fe1faff (patch)
tree8b84894e2e9e886f467d2fb7447a0b966692b5f0 /sys/dev
parent79203b98699f9129aae2d6ed7a2f4554a210c974 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ath/if_ath.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c
index e5c6fb03048ce..ce2af425693e6 100644
--- a/sys/dev/ath/if_ath.c
+++ b/sys/dev/ath/if_ath.c
@@ -335,7 +335,6 @@ ath_detach(struct ath_softc *sc)
ath_desc_free(sc);
ath_hal_detach(sc->sc_ah);
ieee80211_ifdetach(ifp);
- mtx_unlock(&sc->sc_mtx);
return 0;
}