diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2003-10-13 04:57:31 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2003-10-13 04:57:31 +0000 |
| commit | 7d4bf9ccb1f9495e08f3dd21280be6fe1fe1faff (patch) | |
| tree | 8b84894e2e9e886f467d2fb7447a0b966692b5f0 /sys/dev | |
| parent | 79203b98699f9129aae2d6ed7a2f4554a210c974 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ath/if_ath.c | 1 |
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; } |
