summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_proto.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-05-28 23:19:20 +0000
committersam <sam@FreeBSD.org>2008-05-28 23:19:20 +0000
commit9d56b1ea5480d63c8cfcb59441c2b9b71d21965b (patch)
tree927a691b6c72709e5c3a6a00dab569b3467d45d3 /sys/net80211/ieee80211_proto.h
parent74db96e06d6afcb18f1b74dd9e57a419cd260f85 (diff)
downloadFreeBSD-src-9d56b1ea5480d63c8cfcb59441c2b9b71d21965b.zip
FreeBSD-src-9d56b1ea5480d63c8cfcb59441c2b9b71d21965b.tar.gz
Add ieee80211_suspend_all and ieee80211_resume_all for
brute force suspend/resume handling of vaps.
Diffstat (limited to 'sys/net80211/ieee80211_proto.h')
-rw-r--r--sys/net80211/ieee80211_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_proto.h b/sys/net80211/ieee80211_proto.h
index 6d617fd..a0282dc 100644
--- a/sys/net80211/ieee80211_proto.h
+++ b/sys/net80211/ieee80211_proto.h
@@ -265,6 +265,8 @@ void ieee80211_start_all(struct ieee80211com *);
void ieee80211_stop_locked(struct ieee80211vap *);
void ieee80211_stop(struct ieee80211vap *);
void ieee80211_stop_all(struct ieee80211com *);
+void ieee80211_suspend_all(struct ieee80211com *);
+void ieee80211_resume_all(struct ieee80211com *);
void ieee80211_dturbo_switch(struct ieee80211vap *, int newflags);
void ieee80211_swbmiss(void *arg);
void ieee80211_beacon_miss(struct ieee80211com *);
OpenPOWER on IntegriCloud