bandaid to unbreak build (user code includes this file)

This commit is contained in:
Sam Leffler 2007-01-09 00:33:10 +00:00
parent c879ae3536
commit 37c970e41e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165904

View File

@ -148,6 +148,7 @@ struct ieee80211_node;
int ieee80211_node_dectestref(struct ieee80211_node *ni);
#define ieee80211_node_refcnt(_ni) (_ni)->ni_refcnt
struct ifqueue;
void ieee80211_drain_ifq(struct ifqueue *);
struct mbuf *ieee80211_getmgtframe(u_int8_t **frm, u_int pktlen);