summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_node.h
diff options
context:
space:
mode:
authordamien <damien@openbsd.org>2008-12-14 10:17:24 +0000
committerdamien <damien@openbsd.org>2008-12-14 10:17:24 +0000
commit4e05de32c4064471c0b348a0ff23c5b41c421a0b (patch)
treeb57006fbc99c804ed4e921b26adc177c0d1e60af /sys/net80211/ieee80211_node.h
parentRemove useless fields from template, they just serve to confuse (diff)
downloadwireguard-openbsd-4e05de32c4064471c0b348a0ff23c5b41c421a0b.tar.xz
wireguard-openbsd-4e05de32c4064471c0b348a0ff23c5b41c421a0b.zip
Add an ieee80211_notify_dtim() function that drivers should call after
every DTIM in HostAP mode. Flushes all group addressed MSDUs buffered at the AP for power management.
Diffstat (limited to 'sys/net80211/ieee80211_node.h')
-rw-r--r--sys/net80211/ieee80211_node.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_node.h b/sys/net80211/ieee80211_node.h
index cf4c9dca0d2..be2081e59c3 100644
--- a/sys/net80211/ieee80211_node.h
+++ b/sys/net80211/ieee80211_node.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ieee80211_node.h,v 1.33 2008/09/27 15:16:09 damien Exp $ */
+/* $OpenBSD: ieee80211_node.h,v 1.34 2008/12/14 10:17:24 damien Exp $ */
/* $NetBSD: ieee80211_node.h,v 1.9 2004/04/30 22:57:32 dyoung Exp $ */
/*-
@@ -274,6 +274,7 @@ extern int ieee80211_match_bss(struct ieee80211com *,
struct ieee80211_node *);
extern void ieee80211_create_ibss(struct ieee80211com* ,
struct ieee80211_channel *);
+extern void ieee80211_notify_dtim(struct ieee80211com *);
extern int ieee80211_node_cmp(const struct ieee80211_node *,
const struct ieee80211_node *);