Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Feb 2017 07:16:57 +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: r313536 - head/sys/dev/ath
Message-ID:  <201702100716.v1A7GvgU018165@repo.freebsd.org>

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



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