summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_proto.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2007-03-11 07:22:21 +0000
committersam <sam@FreeBSD.org>2007-03-11 07:22:21 +0000
commit63f1cc9c738cf124815b9f2b3c983f6c212a9715 (patch)
tree62a74870d86a2e134567630ca296bacbe0a35ffe /sys/net80211/ieee80211_proto.h
parenta0ffc0834867892a7aace699b65132a9ee33110d (diff)
downloadFreeBSD-src-63f1cc9c738cf124815b9f2b3c983f6c212a9715.zip
FreeBSD-src-63f1cc9c738cf124815b9f2b3c983f6c212a9715.tar.gz
change ieee80211_fix_rate to take a rate set instead of using
ni_rates; this lets us re-use the code to check 11n HT rates MFC after: 2 weeks
Diffstat (limited to 'sys/net80211/ieee80211_proto.h')
-rw-r--r--sys/net80211/ieee80211_proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_proto.h b/sys/net80211/ieee80211_proto.h
index f089970..30f52d5 100644
--- a/sys/net80211/ieee80211_proto.h
+++ b/sys/net80211/ieee80211_proto.h
@@ -181,7 +181,8 @@ const struct ieee80211_aclator *ieee80211_aclator_get(const char *name);
#define IEEE80211_F_DONEGO 0x00000004 /* calc negotiated rate */
#define IEEE80211_F_DODEL 0x00000008 /* delete ignore rate */
#define IEEE80211_F_JOIN 0x00000010 /* sta joining our bss */
-int ieee80211_fix_rate(struct ieee80211_node *, int);
+int ieee80211_fix_rate(struct ieee80211_node *,
+ struct ieee80211_rateset *, int);
/*
* WME/WMM support.
OpenPOWER on IntegriCloud