diff options
-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 e5c6fb0..ce2af42 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; } |