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

Adrian Chadd adrian at FreeBSD.org
Wed May 11 13:25:43 UTC 2011


Author: adrian
Date: Wed May 11 13:25:43 2011
New Revision: 221778
URL: http://svn.freebsd.org/changeset/base/221778

Log:
  Always log if the NF CCA load fails; so users with debugging enabled
  can see they're likely in a very noisy environment.

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 13:24:17 2011	(r221777)
+++ head/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c	Wed May 11 13:25:43 2011	(r221778)
@@ -638,8 +638,8 @@ 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_ANY, "Timeout while waiting for nf "
-		    "to load: AR_PHY_AGC_CONTROL=0x%x\n",
+		HALDEBUG(ah, HAL_DEBUG_UNMASKABLE, "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-head mailing list