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 }; _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"