diff options
author | 2010-05-05 19:28:15 +0000 | |
---|---|---|
committer | 2010-05-05 19:28:15 +0000 | |
commit | a2848fb4402e5f2d3c866fdb8273c0df795ea883 (patch) | |
tree | 63f59743535d0100aa9f005d4ec6ad931823041a | |
parent | Move the return values of RB_INSERT, RB_REMOVE, SPLAY_INSERT and (diff) | |
download | wireguard-openbsd-a2848fb4402e5f2d3c866fdb8273c0df795ea883.tar.xz wireguard-openbsd-a2848fb4402e5f2d3c866fdb8273c0df795ea883.zip |
disable bluetooth coexistence as I suspect this is what is causing
troubles to some people with AR9285+AR3011 combo adapters.
-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) |