Date: Wed, 11 May 2011 13:25:43 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r221778 - head/sys/dev/ath/ath_hal/ar5416 Message-ID: <201105111325.p4BDPhTA091793@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105111325.p4BDPhTA091793>