summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-04-08 06:29:41 +0000
committeradrian <adrian@FreeBSD.org>2011-04-08 06:29:41 +0000
commit76769431e059b9256d941d1067039835d11ed759 (patch)
tree6b1c62b91a896ae710069497b4c1529cd6e462ef
parentabb03c087db0c220063f3c586c1ecb09159004bf (diff)
downloadFreeBSD-src-76769431e059b9256d941d1067039835d11ed759.zip
FreeBSD-src-76769431e059b9256d941d1067039835d11ed759.tar.gz
Extend the RX descriptor block to include two more EVM words.
This will be needed for later AR93xx/AR94xx 3-stream devices.
-rw-r--r--sys/dev/ath/ath_hal/ah_desc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ath/ath_hal/ah_desc.h b/sys/dev/ath/ath_hal/ah_desc.h
index 919e247..ff6f40c 100644
--- a/sys/dev/ath/ath_hal/ah_desc.h
+++ b/sys/dev/ath/ath_hal/ah_desc.h
@@ -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 */
};
OpenPOWER on IntegriCloud