diff options
author | 2010-10-18 16:37:12 +0000 | |
---|---|---|
committer | 2010-10-18 16:37:12 +0000 | |
commit | 6432ce435594518310c44fc38f897d453f8627de (patch) | |
tree | d70c9d88a09ec54159cf2b73f5d88efe3016760c | |
parent | Add __attribute__((aligned(4))) to __packed Tx/Rx descriptors. (diff) | |
download | wireguard-openbsd-6432ce435594518310c44fc38f897d453f8627de.tar.xz wireguard-openbsd-6432ce435594518310c44fc38f897d453f8627de.zip |
Stop compiling with ATHN_DEBUG defined by default.
-rw-r--r-- | sys/dev/ic/athnvar.h | 3 |
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 |