svn commit: r313536 - head/sys/dev/ath

Adrian Chadd adrian at FreeBSD.org
Fri Feb 10 07:16:58 UTC 2017


Author: adrian
Date: Fri Feb 10 07:16:56 2017
New Revision: 313536
URL: https://svnweb.freebsd.org/changeset/base/313536

Log:
  [ath] sigh, how'd I miss this.

Modified:
  head/sys/dev/ath/if_ath_debug.h

Modified: head/sys/dev/ath/if_ath_debug.h
==============================================================================
--- head/sys/dev/ath/if_ath_debug.h	Fri Feb 10 07:13:16 2017	(r313535)
+++ head/sys/dev/ath/if_ath_debug.h	Fri Feb 10 07:16:56 2017	(r313536)
@@ -70,6 +70,7 @@ enum { 
 	ATH_DEBUG_DIVERSITY	= 0x1000000000ULL,	/* Diversity logic */
 	ATH_DEBUG_PWRSAVE	= 0x2000000000ULL,
 	ATH_DEBUG_BTCOEX	= 0x4000000000ULL,	/* BT Coex */
+	ATH_DEBUG_QUIETIE	= 0x8000000000ULL,	/* Quiet time handling */
 
 	ATH_DEBUG_ANY		= 0xffffffffffffffffULL
 };


More information about the svn-src-all mailing list