diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-07-16 03:44:07 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-08-22 22:29:53 +0200 |
commit | c44d040e186e1af9d947f7bad886b7c1d35a22f6 (patch) | |
tree | bbc6a497ea72c5ebaebd486a3716cb6aae26eae1 /net/mac80211/wme.h | |
parent | mac80211: explicitly check skb->len (diff) | |
download | linux-c44d040e186e1af9d947f7bad886b7c1d35a22f6.tar.xz linux-c44d040e186e1af9d947f7bad886b7c1d35a22f6.zip |
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 |