summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorDamien Bergamini <damien@cvs.openbsd.org>2010-05-05 19:28:16 +0000
committerDamien Bergamini <damien@cvs.openbsd.org>2010-05-05 19:28:16 +0000
commitbc519212215fd784500f542a523367f83e75cdfc (patch)
treef946cb1df450bbeb34f3c658b74398e75fadf6c7 /sys/dev
parent9f37e35c559a5a2e807f7bfe6f18ec0d08fe3dd5 (diff)
disable bluetooth coexistence as I suspect this is what is causing
troubles to some people with AR9285+AR3011 combo adapters.
Diffstat (limited to 'sys/dev')
-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)