summaryrefslogtreecommitdiff
path: root/sys/dev/ath
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2004-01-07 19:07:41 +0000
committerSam Leffler <sam@FreeBSD.org>2004-01-07 19:07:41 +0000
commit7bbf9377016dd460a08a88abbc80e0d5256962a1 (patch)
tree46babfcc8344d7e322a0fba048b7ea32c8b1230f /sys/dev/ath
parentf3be79561f6d002204fce97d894192184f41bb8c (diff)
Notes
Diffstat (limited to 'sys/dev/ath')
-rw-r--r--sys/dev/ath/if_ath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c
index 3e4a39991884..691a7805241c 100644
--- a/sys/dev/ath/if_ath.c
+++ b/sys/dev/ath/if_ath.c
@@ -845,7 +845,7 @@ ath_watchdog(struct ifnet *ifp)
if (ath_debug & ATH_DEBUG_WATCHDOG)
ath_hal_dumpstate(sc->sc_ah);
#endif /* AR_DEBUG */
- ath_init(ifp); /* XXX ath_reset??? */
+ ath_reset(sc);
ifp->if_oerrors++;
sc->sc_stats.ast_watchdog++;
return;