summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_hal/ah_internal.h
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-04-08 08:49:50 +0000
committeradrian <adrian@FreeBSD.org>2011-04-08 08:49:50 +0000
commit416bdcba5e6296557c941806cd8ce943d47a90ff (patch)
treee6f6827922fcf05de54affd419b2f773789c7f52 /sys/dev/ath/ath_hal/ah_internal.h
parent85cfc21c68871aa6b15f78cbe9db38f92bc04e9b (diff)
downloadFreeBSD-src-416bdcba5e6296557c941806cd8ce943d47a90ff.zip
FreeBSD-src-416bdcba5e6296557c941806cd8ce943d47a90ff.tar.gz
Fix the completely wrong types I used in the previous commit.
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 c78c0bd..9ee87a6 100644
--- a/sys/dev/ath/ath_hal/ah_internal.h
+++ b/sys/dev/ath/ath_hal/ah_internal.h
@@ -144,8 +144,8 @@ typedef struct {
int16_t rawNoiseFloor;
int16_t noiseFloorAdjust;
#ifdef AH_SUPPORT_AR5416
- uint8_t noiseFloorCtl[AH_MIMO_MAX_CHAINS];
- uint8_t noiseFloorExt[AH_MIMO_MAX_CHAINS];
+ int16_t noiseFloorCtl[AH_MIMO_MAX_CHAINS];
+ int16_t noiseFloorExt[AH_MIMO_MAX_CHAINS];
#endif /* AH_SUPPORT_AR5416 */
uint16_t mainSpur; /* cached spur value for this channel */
} HAL_CHANNEL_INTERNAL;
OpenPOWER on IntegriCloud