diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-07-02 11:05:34 -0700 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-07-08 14:15:59 -0400 |
commit | 238f74a227fd7de8ea1bc66dcbbd36cf9920d1cb (patch) | |
tree | 2174b8920ae81c82e7e382d1fc66e1609df11828 /include/linux/ieee80211.h | |
parent | 994d31f7430c3639b73c6ee038bd437c926b1227 (diff) | |
download | blackbird-obmc-linux-238f74a227fd7de8ea1bc66dcbbd36cf9920d1cb.tar.gz blackbird-obmc-linux-238f74a227fd7de8ea1bc66dcbbd36cf9920d1cb.zip |
mac80211: move QOS control helpers into ieee80211.h
Also remove the WLAN_IS_QOS_DATA inline after removing the last
two users. This starts moving away from using rx->fc to using
the header frame_control directly.
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/ieee80211.h')
-rw-r--r-- | include/linux/ieee80211.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index aa603c3d76d1..a1630ba0b87c 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h @@ -99,6 +99,8 @@ #define IEEE80211_MAX_SSID_LEN 32 #define IEEE80211_MAX_MESH_ID_LEN 32 #define IEEE80211_QOS_CTL_LEN 2 +#define IEEE80211_QOS_CTL_TID_MASK 0x000F +#define IEEE80211_QOS_CTL_TAG1D_MASK 0x0007 struct ieee80211_hdr { __le16 frame_control; |