aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2011-05-26 20:22:10 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2011-05-26 20:22:10 +0000
commit8d01245e7e5e55280594dc7a5490f36b05dbfc42 (patch)
tree08f7f53d72fa8aa13f42e274752fcefcabe42074
parenta3906079d25db9ebe9bd4ea637208842a4b1cbec (diff)
Notes
-rw-r--r--sys/dev/ath/ath_hal/ar9002/ar9287.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_hal/ar9002/ar9287.c b/sys/dev/ath/ath_hal/ar9002/ar9287.c
index 92501cac8e79..9b874b36bd3c 100644
--- a/sys/dev/ath/ath_hal/ar9002/ar9287.c
+++ b/sys/dev/ath/ath_hal/ar9002/ar9287.c
@@ -36,7 +36,7 @@ struct ar9287State {
RF_HAL_FUNCS base; /* public state, must be first */
uint16_t pcdacTable[1]; /* XXX */
};
-#define AR9280(ah) ((struct ar9287State *) AH5212(ah)->ah_rfHal)
+#define AR9287(ah) ((struct ar9287State *) AH5212(ah)->ah_rfHal)
static HAL_BOOL ar9287GetChannelMaxMinPower(struct ath_hal *,
const struct ieee80211_channel *, int16_t *maxPow,int16_t *minPow);