Extend the debugging flags to include some AR9300 HAL related options.

Obtained from:	Qualcomm Atheros
This commit is contained in:
Adrian Chadd 2012-07-09 06:41:18 +00:00
parent 74732ec4e1
commit ba7de9be0d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238276

View file

@ -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