svn commit: r220438 - head/sys/dev/ath/ath_hal
Adrian Chadd
adrian at FreeBSD.org
Fri Apr 8 06:29:41 UTC 2011
Author: adrian
Date: Fri Apr 8 06:29:41 2011
New Revision: 220438
URL: http://svn.freebsd.org/changeset/base/220438
Log:
Extend the RX descriptor block to include two more EVM words.
This will be needed for later AR93xx/AR94xx 3-stream devices.
Modified:
head/sys/dev/ath/ath_hal/ah_desc.h
Modified: head/sys/dev/ath/ath_hal/ah_desc.h
==============================================================================
--- head/sys/dev/ath/ath_hal/ah_desc.h Fri Apr 8 06:27:43 2011 (r220437)
+++ head/sys/dev/ath/ath_hal/ah_desc.h Fri Apr 8 06:29:41 2011 (r220438)
@@ -113,6 +113,8 @@ struct ath_rx_status {
uint32_t rs_evm0; /* evm bytes */
uint32_t rs_evm1;
uint32_t rs_evm2;
+ uint32_t rs_evm3; /* needed for ar9300 and later */
+ uint32_t rs_evm4; /* needed for ar9300 and later */
#endif /* AH_SUPPORT_AR5416 */
};
More information about the svn-src-all
mailing list