From 9a3121eeae0f0ebddf0b8b95b1cc81498bc03aa5 Mon Sep 17 00:00:00 2001 From: adrian Date: Wed, 2 Mar 2011 16:03:19 +0000 Subject: Migrate the sysctl related routines (statistics, debugging, etc) out of if_ath.c and into if_ath_sysctl.c . --- sys/dev/ath/if_ath_misc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/dev/ath/if_ath_misc.h') diff --git a/sys/dev/ath/if_ath_misc.h b/sys/dev/ath/if_ath_misc.h index 2700ed0..35feea2 100644 --- a/sys/dev/ath/if_ath_misc.h +++ b/sys/dev/ath/if_ath_misc.h @@ -53,4 +53,6 @@ extern int ath_tx_findrix(const struct ath_softc *sc, uint8_t rate); extern struct ath_buf * ath_getbuf(struct ath_softc *sc); extern struct ath_buf * _ath_getbuf_locked(struct ath_softc *sc); +extern int ath_reset(struct ifnet *); + #endif -- cgit v1.1