summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordamien <damien@openbsd.org>2010-10-18 16:37:12 +0000
committerdamien <damien@openbsd.org>2010-10-18 16:37:12 +0000
commit6432ce435594518310c44fc38f897d453f8627de (patch)
treed70c9d88a09ec54159cf2b73f5d88efe3016760c
parentAdd __attribute__((aligned(4))) to __packed Tx/Rx descriptors. (diff)
downloadwireguard-openbsd-6432ce435594518310c44fc38f897d453f8627de.tar.xz
wireguard-openbsd-6432ce435594518310c44fc38f897d453f8627de.zip
Stop compiling with ATHN_DEBUG defined by default.
-rw-r--r--sys/dev/ic/athnvar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/athnvar.h b/sys/dev/ic/athnvar.h
index f4ecc9f15eb..b683bb40077 100644
--- a/sys/dev/ic/athnvar.h
+++ b/sys/dev/ic/athnvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: athnvar.h,v 1.23 2010/09/03 15:40:08 damien Exp $ */
+/* $OpenBSD: athnvar.h,v 1.24 2010/10/18 16:37:12 damien Exp $ */
/*-
* Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr>
@@ -16,7 +16,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#define ATHN_DEBUG 1
/*#define ATHN_BT_COEXISTENCE 1*/
#ifdef ATHN_DEBUG