Date: Sun, 11 Nov 2012 21:57:19 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r242898 - head/sys/dev/ath Message-ID: <201211112157.qABLvJGT005663@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Sun Nov 11 21:57:18 2012 New Revision: 242898 URL: http://svnweb.freebsd.org/changeset/base/242898 Log: Remove this; i incorrectly committed the wrong (debug) changes in my previous commit. Modified: head/sys/dev/ath/if_ath_tx.c Modified: head/sys/dev/ath/if_ath_tx.c ============================================================================== --- head/sys/dev/ath/if_ath_tx.c Sun Nov 11 21:52:18 2012 (r242897) +++ head/sys/dev/ath/if_ath_tx.c Sun Nov 11 21:57:18 2012 (r242898) @@ -1236,8 +1236,6 @@ ath_tx_setds(struct ath_softc *sc, struc struct ath_desc *ds = bf->bf_desc; struct ath_hal *ah = sc->sc_ah; - bzero(bf->bf_desc, sc->sc_tx_desclen * bf->bf_nseg); - ath_hal_setuptxdesc(ah, ds , bf->bf_state.bfs_pktlen /* packet length */ , bf->bf_state.bfs_hdrlen /* header length */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211112157.qABLvJGT005663>