aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/_ieee80211.h
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2007-09-18 20:40:21 +0000
committerSam Leffler <sam@FreeBSD.org>2007-09-18 20:40:21 +0000
commitb337fbc43531bc018c4d7728fc99a6fca61c7a00 (patch)
tree0239e1f57f8810b8b2851f9df1ace1745e9c0e13 /sys/net80211/_ieee80211.h
parent95032ab129a0db73f818ba141f1908918df77ff7 (diff)
downloadsrc-b337fbc43531bc018c4d7728fc99a6fca61c7a00.tar.gz
src-b337fbc43531bc018c4d7728fc99a6fca61c7a00.zip
o move IEEE80211_NONQOS_TID into a public location
o add IEEE80211_TID_SIZE and replace all the nake constants Approved by: re (blanket wireless)
Notes
Notes: svn path=/head/; revision=172225
Diffstat (limited to 'sys/net80211/_ieee80211.h')
-rw-r--r--sys/net80211/_ieee80211.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/net80211/_ieee80211.h b/sys/net80211/_ieee80211.h
index 34a441d4dac1..0d79a2c38bd6 100644
--- a/sys/net80211/_ieee80211.h
+++ b/sys/net80211/_ieee80211.h
@@ -261,6 +261,9 @@ struct ieee80211_channel {
#define IEEE80211_FH_CHANSET(chan) ((chan)/IEEE80211_FH_CHANMOD+1)
#define IEEE80211_FH_CHANPAT(chan) ((chan)%IEEE80211_FH_CHANMOD)
+#define IEEE80211_TID_SIZE (WME_NUM_TID+1) /* WME TID's +1 for non-QoS */
+#define IEEE80211_NONQOS_TID WME_NUM_TID /* index for non-QoS sta */
+
/*
* 802.11 rate set.
*/