summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_ath_misc.h
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-03-02 16:03:19 +0000
committeradrian <adrian@FreeBSD.org>2011-03-02 16:03:19 +0000
commit9a3121eeae0f0ebddf0b8b95b1cc81498bc03aa5 (patch)
treeef01b11cb0ff32e7078512f909e3d7a5d5faef4d /sys/dev/ath/if_ath_misc.h
parentc8fdcb6d86c953a7713c4ddfffdb02564efc60be (diff)
downloadFreeBSD-src-9a3121eeae0f0ebddf0b8b95b1cc81498bc03aa5.zip
FreeBSD-src-9a3121eeae0f0ebddf0b8b95b1cc81498bc03aa5.tar.gz
Migrate the sysctl related routines (statistics, debugging, etc) out of
if_ath.c and into if_ath_sysctl.c .
Diffstat (limited to 'sys/dev/ath/if_ath_misc.h')
-rw-r--r--sys/dev/ath/if_ath_misc.h2
1 files changed, 2 insertions, 0 deletions
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
OpenPOWER on IntegriCloud