svn commit: r238276 - head/sys/dev/ath/ath_hal
Adrian Chadd
adrian at FreeBSD.org
Mon Jul 9 06:41:21 UTC 2012
Author: adrian
Date: Mon Jul 9 06:41:18 2012
New Revision: 238276
URL: http://svn.freebsd.org/changeset/base/238276
Log:
Extend the debugging flags to include some AR9300 HAL related options.
Obtained from: Qualcomm Atheros
Modified:
head/sys/dev/ath/ath_hal/ah_debug.h
Modified: head/sys/dev/ath/ath_hal/ah_debug.h
==============================================================================
--- head/sys/dev/ath/ath_hal/ah_debug.h Mon Jul 9 06:39:46 2012 (r238275)
+++ head/sys/dev/ath/ath_hal/ah_debug.h Mon Jul 9 06:41:18 2012 (r238276)
@@ -47,6 +47,11 @@ enum {
HAL_DEBUG_DIVERSITY = 0x00100000, /* diversity debugging */
HAL_DEBUG_DFS = 0x00200000, /* DFS debugging */
HAL_DEBUG_HANG = 0x00400000, /* BB/MAC hang debugging */
+ HAL_DEBUG_CALIBRATE = 0x00800000, /* setup calibration */
+ HAL_DEBUG_POWER_MGMT = 0x01000000, /* power calibration */
+ HAL_DEBUG_CHANNEL = 0x02000000,
+ HAL_DEBUG_QUEUE = 0x04000000,
+ HAL_DEBUG_PRINT_REG = 0x08000000,
HAL_DEBUG_UNMASKABLE = 0x80000000, /* always printed */
HAL_DEBUG_ANY = 0xffffffff
More information about the svn-src-head
mailing list