Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Feb 2017 05:27:27 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r313086 - head/sys/dev/ath/ath_hal
Message-ID:  <201702020527.v125RRFw094956@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702020527.v125RRFw094956>