From 4a3fdd0e132737a2038be0b6b8cf43256ec0e5b1 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Thu, 2 Feb 2017 05:27:27 +0000 Subject: [ath_hal] add debugging level for spectral scan. --- sys/dev/ath/ath_hal/ah_debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/ath/ath_hal/ah_debug.h') diff --git a/sys/dev/ath/ath_hal/ah_debug.h b/sys/dev/ath/ath_hal/ah_debug.h index 933811f0e4dd..262f72006376 100644 --- a/sys/dev/ath/ath_hal/ah_debug.h +++ b/sys/dev/ath/ath_hal/ah_debug.h @@ -54,6 +54,7 @@ enum { HAL_DEBUG_PRINT_REG = 0x08000000, HAL_DEBUG_FCS_RTT = 0x10000000, HAL_DEBUG_BT_COEX = 0x20000000, + HAL_DEBUG_SPECTRAL = 0x40000000, HAL_DEBUG_UNMASKABLE = 0x80000000, /* always printed */ HAL_DEBUG_ANY = 0xffffffff -- cgit v1.2.3