Author: adrian
Date: Thu Feb 2 05:27:27 2017
New Revision: 313086
URL: https://svnweb.freebsd.org/changeset/base/313086
Log:
[ath_hal] add debugging level for spectral scan.
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 Thu Feb 2 05:27:06 2017
(r313085)
+++ head/sys/dev/ath/ath_hal/ah_debug.h Thu Feb 2 05:27:27 2017
(r313086)
@@ -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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"