From 5674f4a799712ae1656b5a969035d4378f643a95 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Sun, 15 Aug 2010 11:32:05 +0000 Subject: [PATCH] The comment is misleading - that register setting seems to kick off the initial chip NF cal. --- sys/dev/ath/ath_hal/ar5416/ar5416_cal.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c b/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c index 2b30a602bdaf..e38e6c5854d4 100644 --- a/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c +++ b/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c @@ -221,6 +221,7 @@ ar5416InitCal(struct ath_hal *ah, const struct ieee80211_channel *chan) * higher than normal value if DC offset and noise floor cal are * triggered at the same time. */ + /* XXX this actually kicks off a NF calibration -adrian */ OS_REG_SET_BIT(ah, AR_PHY_AGC_CONTROL, AR_PHY_AGC_CONTROL_NF); /* * Try to make sure the above NF cal completes, just so