diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2010-05-05 19:28:16 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2010-05-05 19:28:16 +0000 |
commit | bc519212215fd784500f542a523367f83e75cdfc (patch) | |
tree | f946cb1df450bbeb34f3c658b74398e75fadf6c7 /sys/dev | |
parent | 9f37e35c559a5a2e807f7bfe6f18ec0d08fe3dd5 (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.h | 4 |
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) |