aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2013-07-28 16:50:45 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2013-07-28 16:50:45 +0000
commit0e20ac386303c0928635666e2ffc2c410c8409dc (patch)
treee2822c25953ff578b9a0fd77aa635d6bb7f2c382 /sys/net80211
parentcd67748bde57c9d4a7ddb6c24af16e91245121c8 (diff)
downloadsrc-0e20ac386303c0928635666e2ffc2c410c8409dc.tar.gz
src-0e20ac386303c0928635666e2ffc2c410c8409dc.zip
Commit the missing header change.
Notes
Notes: svn path=/head/; revision=253743
Diffstat (limited to 'sys/net80211')
-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 67380274bf08..94dd097649e4 100644
--- a/sys/net80211/ieee80211_proto.h
+++ b/sys/net80211/ieee80211_proto.h
@@ -98,6 +98,8 @@ int ieee80211_raw_xmit(struct ieee80211_node *, struct mbuf *,
const struct ieee80211_bpf_params *);
int ieee80211_output(struct ifnet *, struct mbuf *,
const struct sockaddr *, struct route *ro);
+int ieee80211_vap_pkt_send_dest(struct ieee80211vap *, struct mbuf *,
+ struct ieee80211_node *);
int ieee80211_raw_output(struct ieee80211vap *, struct ieee80211_node *,
struct mbuf *, const struct ieee80211_bpf_params *);
void ieee80211_send_setup(struct ieee80211_node *, struct mbuf *, int, int,