svn commit: r227077 -
user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar5416
Adrian Chadd
adrian at FreeBSD.org
Fri Nov 4 13:28:18 UTC 2011
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
More information about the svn-src-user
mailing list