mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Extend the debugging flags to include some AR9300 HAL related options.
Obtained from: Qualcomm Atheros
This commit is contained in:
parent
74732ec4e1
commit
ba7de9be0d
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue