From 37fb34b48b8e62c2e42bb1f00daf4bbda3b6a90d Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Wed, 11 May 2011 10:30:31 +0000 Subject: [PATCH] Remove a now unneeded comment.. --- sys/dev/ath/ath_hal/ar5416/ar5416_cal.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c b/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c index 03a4ee65d35..e546daf1b97 100644 --- a/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c +++ b/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c @@ -263,7 +263,6 @@ 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); /* * This sometimes takes a -lot- longer than it should.