lentferj's projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
0833f5c
)
ath(4): Remove a debug message (not in FreeBSD's either).
author
Sascha Wildner <saw@online.de>
Fri, 14 Oct 2011 23:21:02 +0000 (
01:21
+0200)
committer
Sascha Wildner <saw@online.de>
Fri, 14 Oct 2011 23:21:02 +0000 (
01:21
+0200)
Reported-by: Juan Francisco Cantero Hurtado <iam@juanfra.info>
Dragonfly-bug: <http://bugs.dragonflybsd.org/issue2149>
sys/dev/netif/ath/ath/if_ath.c
patch
|
blob
|
blame
|
history
diff --git
a/sys/dev/netif/ath/ath/if_ath.c
b/sys/dev/netif/ath/ath/if_ath.c
index
f5fb57d
..
2f22372
100644
(file)
--- 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 */