aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath_misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ath/if_ath_misc.h')
-rw-r--r--sys/dev/ath/if_ath_misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath_misc.h b/sys/dev/ath/if_ath_misc.h
index b108c29bab4b..c19e028e64bd 100644
--- a/sys/dev/ath/if_ath_misc.h
+++ b/sys/dev/ath/if_ath_misc.h
@@ -105,7 +105,7 @@ extern void ath_tx_update_tim(struct ath_softc *sc,
* if_ath.c and do the ath_start() call there. Once that's done,
* we can kill this.
*/
-extern void ath_start(struct ifnet *ifp);
+extern void ath_start(if_t ifp);
extern void ath_start_task(void *arg, int npending);
extern void ath_tx_dump(struct ath_softc *sc, struct ath_txq *txq);