summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-05-14 01:41:36 +0000
committeradrian <adrian@FreeBSD.org>2011-05-14 01:41:36 +0000
commit882abde07ade9dbd393ef81d8d65cf3562e85bfc (patch)
tree648da2a163816bacd7d1efbc4bec47fe6dba8d5b
parent730731c714018686d70f4e95137068854b5f706b (diff)
downloadFreeBSD-src-882abde07ade9dbd393ef81d8d65cf3562e85bfc.zip
FreeBSD-src-882abde07ade9dbd393ef81d8d65cf3562e85bfc.tar.gz
Even though initial calibrations aren't done (yet), add this so we're
consistent with the Atheros HAL.
-rw-r--r--sys/dev/ath/ath_hal/ar5416/ar5416_cal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c b/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
index 35dc3df..d8609bb 100644
--- a/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
+++ b/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
@@ -277,7 +277,7 @@ ar5416InitCal(struct ath_hal *ah, const struct ieee80211_channel *chan)
/*
* Enable IQ, ADC Gain, ADC DC Offset Cals
*/
- if (AR_SREV_SOWL_10_OR_LATER(ah)) {
+ if (AR_SREV_HOWL(ah) || AR_SREV_SOWL_10_OR_LATER(ah)) {
/* Setup all non-periodic, init time only calibrations */
/* XXX: Init DC Offset not working yet */
#if 0
OpenPOWER on IntegriCloud