summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/athnvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/athnvar.h b/sys/dev/ic/athnvar.h
index 8b6fc424e0c..cbdcbda30c2 100644
--- a/sys/dev/ic/athnvar.h
+++ b/sys/dev/ic/athnvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: athnvar.h,v 1.8 2010/02/15 17:16:36 damien Exp $ */
+/* $OpenBSD: athnvar.h,v 1.9 2010/05/05 19:28:15 damien Exp $ */
/*-
* Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr>
@@ -17,7 +17,7 @@
*/
#define ATHN_DEBUG 1
-#define ATHN_BT_COEXISTENCE 1
+/*#define ATHN_BT_COEXISTENCE 1*/
#ifdef ATHN_DEBUG
#define DPRINTF(x) do { if (athn_debug > 0) printf x; } while (0)