summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus/if_ath_cardbus.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/cardbus/if_ath_cardbus.c')
-rw-r--r--sys/dev/cardbus/if_ath_cardbus.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/cardbus/if_ath_cardbus.c b/sys/dev/cardbus/if_ath_cardbus.c
index 3d714512e0e..867ff879c94 100644
--- a/sys/dev/cardbus/if_ath_cardbus.c
+++ b/sys/dev/cardbus/if_ath_cardbus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ath_cardbus.c,v 1.7 2005/09/22 10:17:04 reyk Exp $ */
+/* $OpenBSD: if_ath_cardbus.c,v 1.8 2006/01/29 20:39:37 fgsch Exp $ */
/* $NetBSD: if_ath_cardbus.c,v 1.4 2004/08/02 19:14:28 mycroft Exp $ */
/*
@@ -277,9 +277,6 @@ ath_cardbus_disable(struct ath_softc *sc)
void
ath_cardbus_power(struct ath_softc *sc, int why)
{
-
- printf("%s: ath_cardbus_power\n", sc->sc_dev.dv_xname);
-
if (why == PWR_RESUME)
ath_enable(sc);
}