remove dangling mtx_unlock orphaned by rev 1.21 change

This commit is contained in:
sam 2003-10-13 04:57:31 +00:00
parent 0650be79cb
commit 779a93dc02

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