diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2010-05-16 09:49:28 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2010-05-16 09:49:28 +0000 |
commit | 0222ee68ab1463461c21e5c367319c850b388b9b (patch) | |
tree | e75a0185491a0e7f6f75a725a9cc9e9d9a417f91 /sys/dev/ic/ar9003.c | |
parent | f2d9a7772c813118fd77f2de69c61189095a0753 (diff) |
sync DPRINTF with ar5008
Diffstat (limited to 'sys/dev/ic/ar9003.c')
-rw-r--r-- | sys/dev/ic/ar9003.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ar9003.c b/sys/dev/ic/ar9003.c index cafd25ea925..753cc3516d5 100644 --- a/sys/dev/ic/ar9003.c +++ b/sys/dev/ic/ar9003.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ar9003.c,v 1.9 2010/05/16 09:42:04 damien Exp $ */ +/* $OpenBSD: ar9003.c,v 1.10 2010/05/16 09:49:27 damien Exp $ */ /*- * Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr> @@ -1050,7 +1050,7 @@ ar9003_swba_intr(struct athn_softc *sc) /* Make sure previous beacon has been sent. */ if (athn_tx_pending(sc, ATHN_QID_BEACON)) { - DPRINTF(("beacon stuck problem\n")); + DPRINTF(("beacon stuck\n")); return (EBUSY); } /* Get new beacon. */ |