diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2009-11-21 15:17:47 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2009-11-21 15:17:47 +0000 |
commit | ee585068b9e348500b498d323fa5a7f6f9c90ee3 (patch) | |
tree | 3f242cc50cf57b714a281f8efa8259bb572f9c24 /sys | |
parent | 73eeb50056443e9d0c6bbbf6699884dc561dbe40 (diff) |
debug off
reminded by deraadt
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/athn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/athn.c b/sys/dev/ic/athn.c index b302dd5a3e0..21bce073215 100644 --- a/sys/dev/ic/athn.c +++ b/sys/dev/ic/athn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: athn.c,v 1.11 2009/11/19 19:19:59 damien Exp $ */ +/* $OpenBSD: athn.c,v 1.12 2009/11/21 15:17:46 damien Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -64,7 +64,7 @@ #include <dev/ic/athnvar.h> #ifdef ATHN_DEBUG -int athn_debug = 1; +int athn_debug = 0; #endif void athn_radiotap_attach(struct athn_softc *); |