diff --git a/sys/dev/ath/ath_hal/ah_debug.h b/sys/dev/ath/ath_hal/ah_debug.h index 428a2a8f8b2..47b86888d06 100644 --- a/sys/dev/ath/ath_hal/ah_debug.h +++ b/sys/dev/ath/ath_hal/ah_debug.h @@ -42,7 +42,8 @@ enum { HAL_DEBUG_EEPROM = 0x00008000, HAL_DEBUG_BEACON = 0x00010000, /* beacon setup work */ HAL_DEBUG_POWER = 0x00020000, /* power management */ - HAL_DEBUG_INTERRUPT = 0x00000080, /* interrupt handling */ + HAL_DEBUG_GPIO = 0x00040000, /* GPIO debugging */ + HAL_DEBUG_INTERRUPT = 0x00080000, /* interrupt handling */ HAL_DEBUG_ANY = 0xffffffff };