svn commit: r225376 - user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar5416

Adrian Chadd adrian at FreeBSD.org
Sun Sep 4 14:53:41 UTC 2011


Author: adrian
Date: Sun Sep  4 14:53:40 2011
New Revision: 225376
URL: http://svn.freebsd.org/changeset/base/225376

Log:
  hide this behind NFCAL debugging.

Modified:
  user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c

Modified: user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
==============================================================================
--- user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c	Sun Sep  4 14:30:22 2011	(r225375)
+++ user/adrian/if_ath_tx/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c	Sun Sep  4 14:53:40 2011	(r225376)
@@ -660,7 +660,7 @@ ar5416LoadNF(struct ath_hal *ah, const s
 		 * here, the baseband nf cal will just be capped by our present
 		 * noisefloor until the next calibration timer.
 		 */
-		HALDEBUG(ah, HAL_DEBUG_UNMASKABLE, "Timeout while waiting for "
+		HALDEBUG(ah, HAL_DEBUG_NFCAL, "Timeout while waiting for "
 		    "nf to load: AR_PHY_AGC_CONTROL=0x%x\n",
 		    OS_REG_READ(ah, AR_PHY_AGC_CONTROL));
 		return;


More information about the svn-src-user mailing list