diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-07-15 18:44:07 -0700 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-08-22 16:29:53 -0400 |
commit | c44d040e186e1af9d947f7bad886b7c1d35a22f6 (patch) | |
tree | bbc6a497ea72c5ebaebd486a3716cb6aae26eae1 /net/mac80211/wme.h | |
parent | 62bf1d762e24006fa9b6c8d56a22cf47a2310af3 (diff) | |
download | linux-c44d040e186e1af9d947f7bad886b7c1d35a22f6.tar.bz2 |
mac80211: wme.h remove unused QOS_CONTROL_LEN
linux/ieee80211.h now has IEEE80211_QOS_CTL_LEN for this purpose.
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/wme.h')
-rw-r--r-- | net/mac80211/wme.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/wme.h b/net/mac80211/wme.h index 04de28c071a6..465e274df7c5 100644 --- a/net/mac80211/wme.h +++ b/net/mac80211/wme.h @@ -14,8 +14,6 @@ #include <linux/netdevice.h> #include "ieee80211_i.h" -#define QOS_CONTROL_LEN 2 - #define QOS_CONTROL_ACK_POLICY_NORMAL 0 #define QOS_CONTROL_ACK_POLICY_NOACK 1 |