remove dangling mtx_unlock orphaned by rev 1.21 change

This commit is contained in:
Sam Leffler 2003-10-13 04:57:31 +00:00
parent 79203b9869
commit 7d4bf9ccb1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121063

View File

@ -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;
}