From: Sascha Wildner Date: Fri, 14 Oct 2011 23:21:02 +0000 (+0200) Subject: ath(4): Remove a debug message (not in FreeBSD's either). X-Git-Tag: v3.0.0~862 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/1fabed7b83bfd742c1d725b8831590553393fd5d ath(4): Remove a debug message (not in FreeBSD's either). Reported-by: Juan Francisco Cantero Hurtado Dragonfly-bug: --- diff --git a/sys/dev/netif/ath/ath/if_ath.c b/sys/dev/netif/ath/ath/if_ath.c index f5fb57dd39..2f2237298c 100644 --- a/sys/dev/netif/ath/ath/if_ath.c +++ b/sys/dev/netif/ath/ath/if_ath.c @@ -1673,7 +1673,6 @@ ath_reset(struct ifnet *ifp) struct ath_hal *ah = sc->sc_ah; HAL_STATUS status; - kprintf("ath_reset\n"); ath_hal_intrset(ah, 0); /* disable interrupts */ ath_draintxq(sc); /* stop xmit side */ ath_stoprecv(sc); /* stop recv side */