From 8cc7d3572f2b794b1d91a0db3e5b8a508895edc6 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Fri, 8 Apr 2011 06:29:41 +0000 Subject: [PATCH] Extend the RX descriptor block to include two more EVM words. This will be needed for later AR93xx/AR94xx 3-stream devices. --- sys/dev/ath/ath_hal/ah_desc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/ath/ath_hal/ah_desc.h b/sys/dev/ath/ath_hal/ah_desc.h index 919e2474360..ff6f40c5e90 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 */ };