summaryrefslogtreecommitdiffstats
path: root/tools/tools
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2006-11-26 19:56:25 +0000
committersam <sam@FreeBSD.org>2006-11-26 19:56:25 +0000
commite0945d6033d465ed1357eefa99de907e043f1f1f (patch)
tree8599de6809290dec389c073e073e63cb5556f632 /tools/tools
parent2b69a396bd40cdd4848d548c357e4ebe6fd4b00c (diff)
downloadFreeBSD-src-e0945d6033d465ed1357eefa99de907e043f1f1f.zip
FreeBSD-src-e0945d6033d465ed1357eefa99de907e043f1f1f.tar.gz
add rate knob for net80211 rate control modules
MFC after: 1 month
Diffstat (limited to 'tools/tools')
-rw-r--r--tools/tools/net80211/wlandebug/wlandebug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/tools/net80211/wlandebug/wlandebug.c b/tools/tools/net80211/wlandebug/wlandebug.c
index 4d1bfd0..a960255 100644
--- a/tools/tools/net80211/wlandebug/wlandebug.c
+++ b/tools/tools/net80211/wlandebug/wlandebug.c
@@ -76,6 +76,7 @@ const char *progname;
#define IEEE80211_MSG_DOTH 0x00000100 /* 802.11h support */
#define IEEE80211_MSG_INACT 0x00000080 /* inactivity handling */
#define IEEE80211_MSG_ROAM 0x00000040 /* sta-mode roaming */
+#define IEEE80211_MSG_RATECTL 0x00000020 /* tx rate control */
static struct {
const char *name;
@@ -106,6 +107,7 @@ static struct {
{ "doth", IEEE80211_MSG_DOTH },
{ "inact", IEEE80211_MSG_INACT },
{ "roam", IEEE80211_MSG_ROAM },
+ { "rate", IEEE80211_MSG_RATECTL },
};
static u_int
OpenPOWER on IntegriCloud