summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_proto.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2005-07-22 17:31:18 +0000
committersam <sam@FreeBSD.org>2005-07-22 17:31:18 +0000
commit0fe58ae3f007b53e2a202cd3a3bf5a35d0a44b99 (patch)
treea0bb17dcef615b1d6094223085e1f2831dee342a /sys/net80211/ieee80211_proto.h
parentf661a632a685b7c22eb499e9c4f0c30248ad5e11 (diff)
downloadFreeBSD-src-0fe58ae3f007b53e2a202cd3a3bf5a35d0a44b99.zip
FreeBSD-src-0fe58ae3f007b53e2a202cd3a3bf5a35d0a44b99.tar.gz
simplifiy ieee80211_send_nulldata api
MFC after: 3 days
Diffstat (limited to 'sys/net80211/ieee80211_proto.h')
-rw-r--r--sys/net80211/ieee80211_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_proto.h b/sys/net80211/ieee80211_proto.h
index 4cdca5a..6e14824 100644
--- a/sys/net80211/ieee80211_proto.h
+++ b/sys/net80211/ieee80211_proto.h
@@ -63,7 +63,7 @@ int ieee80211_setup_rates(struct ieee80211_node *ni,
const u_int8_t *rates, const u_int8_t *xrates, int flags);
void ieee80211_recv_mgmt(struct ieee80211com *, struct mbuf *,
struct ieee80211_node *, int, int, u_int32_t);
-int ieee80211_send_nulldata(struct ieee80211com *, struct ieee80211_node *);
+int ieee80211_send_nulldata(struct ieee80211_node *);
int ieee80211_send_mgmt(struct ieee80211com *, struct ieee80211_node *,
int, int);
int ieee80211_classify(struct ieee80211com *, struct mbuf *,
OpenPOWER on IntegriCloud