aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath_beacon.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ath/if_ath_beacon.h')
-rw-r--r--sys/dev/ath/if_ath_beacon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ath/if_ath_beacon.h b/sys/dev/ath/if_ath_beacon.h
index f3f73d7166cf..a9402680ee27 100644
--- a/sys/dev/ath/if_ath_beacon.h
+++ b/sys/dev/ath/if_ath_beacon.h
@@ -48,5 +48,7 @@ extern int ath_beacon_alloc(struct ath_softc *sc, struct ieee80211_node *ni);
extern void ath_beacon_return(struct ath_softc *sc, struct ath_buf *bf);
extern void ath_beacon_free(struct ath_softc *sc);
extern void ath_beacon_proc(void *arg, int pending);
+extern void ath_beacon_miss(struct ath_softc *sc);
#endif
+