Date: Fri, 4 Nov 2011 13:28:18 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r227077 - user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar5416 Message-ID: <201111041328.pA4DSIQq019863@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Fri Nov 4 13:28:17 2011 New Revision: 227077 URL: http://svn.freebsd.org/changeset/base/227077 Log: Disable compression, not needed. Modified: user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c Modified: user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c ============================================================================== --- user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c Fri Nov 4 11:14:04 2011 (r227076) +++ user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c Fri Nov 4 13:28:17 2011 (r227077) @@ -1138,6 +1138,7 @@ ar5416ResetTxQueue(struct ath_hal *ah, u OS_REG_WRITE(ah, AR_QMISC(q), qmisc); OS_REG_WRITE(ah, AR_DMISC(q), dmisc); +#if 0 /* Setup compression scratchpad buffer */ /* * XXX: calling this asynchronously to queue operation can @@ -1153,6 +1154,7 @@ ar5416ResetTxQueue(struct ath_hal *ah, u OS_REG_READ(ah, AR_Q0_MISC + 4*q) | AR_Q_MISC_QCU_COMP_EN); } +#endif /* * Always update the secondary interrupt mask registers - this
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111041328.pA4DSIQq019863>