summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_hal/ah_internal.h
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-09-17 23:24:45 +0000
committeradrian <adrian@FreeBSD.org>2012-09-17 23:24:45 +0000
commitb9368666775764c7e2e15a561af712e9d6b44fcc (patch)
treead47aa5c8fc49e4af92037ce371d8d00e83aeb4e /sys/dev/ath/ath_hal/ah_internal.h
parent312af2eeab3b431cd3deee6082bddd314782d5c1 (diff)
downloadFreeBSD-src-b9368666775764c7e2e15a561af712e9d6b44fcc.zip
FreeBSD-src-b9368666775764c7e2e15a561af712e9d6b44fcc.tar.gz
Rename AH_MIMO_MAX_CHAINS to AH_MAX_CHAINS, for compatibility with
internal atheros HAL code.
Diffstat (limited to 'sys/dev/ath/ath_hal/ah_internal.h')
-rw-r--r--sys/dev/ath/ath_hal/ah_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ath/ath_hal/ah_internal.h b/sys/dev/ath/ath_hal/ah_internal.h
index 5f50d75..5c4a8343 100644
--- a/sys/dev/ath/ath_hal/ah_internal.h
+++ b/sys/dev/ath/ath_hal/ah_internal.h
@@ -153,8 +153,8 @@ typedef struct {
int16_t rawNoiseFloor;
int16_t noiseFloorAdjust;
#ifdef AH_SUPPORT_AR5416
- int16_t noiseFloorCtl[AH_MIMO_MAX_CHAINS];
- int16_t noiseFloorExt[AH_MIMO_MAX_CHAINS];
+ int16_t noiseFloorCtl[AH_MAX_CHAINS];
+ int16_t noiseFloorExt[AH_MAX_CHAINS];
#endif /* AH_SUPPORT_AR5416 */
uint16_t mainSpur; /* cached spur value for this channel */
} HAL_CHANNEL_INTERNAL;
OpenPOWER on IntegriCloud