svn commit: r221772 - head/sys/dev/ath/ath_hal/ar5416

Adrian Chadd adrian at FreeBSD.org
Wed May 11 10:30:31 UTC 2011


Author: adrian
Date: Wed May 11 10:30:31 2011
New Revision: 221772
URL: http://svn.freebsd.org/changeset/base/221772

Log:
  Remove a now unneeded comment..

Modified:
  head/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c

Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c	Wed May 11 09:56:31 2011	(r221771)
+++ head/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c	Wed May 11 10:30:31 2011	(r221772)
@@ -263,7 +263,6 @@ ar5416InitCal(struct ath_hal *ah, const 
 	 * 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.


More information about the svn-src-head mailing list