Author: adrian
Date: Sat Jul 28 04:40:52 2012
New Revision: 238854
URL: http://svn.freebsd.org/changeset/base/238854
Log:
Add a missing call to ath_txdma_teardown().
Modified:
head/sys/dev/ath/if_ath.c
Modified: head/sys/dev/ath/if_ath.c
==============================================================================
--- head/sys/dev/ath/if_ath.c Fri Jul 27 21:38:14 2012 (r238853)
+++ head/sys/dev/ath/if_ath.c Sat Jul 28 04:40:52 2012 (r238854)
@@ -916,6 +916,7 @@ ath_detach(struct ath_softc *sc)
ath_dfs_detach(sc);
ath_desc_free(sc);
+ ath_txdma_teardown(sc);
ath_rxdma_teardown(sc);
ath_tx_cleanup(sc);
ath_hal_detach(sc->sc_ah); /* NB: sets chip in full sleep */
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"