Commit 8f0edc11 authored by John Whitmore's avatar John Whitmore Committed by Greg Kroah-Hartman

staging:rtl8192u: Remove unused constants - Style

Remove defined constants from code, since they are never actually
used in code. This is a simple coding style change which should have
no impact on runtime code execution.
Signed-off-by: default avatarJohn Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8e542c48
...@@ -2,13 +2,6 @@ ...@@ -2,13 +2,6 @@
#ifndef __INC_QOS_TYPE_H #ifndef __INC_QOS_TYPE_H
#define __INC_QOS_TYPE_H #define __INC_QOS_TYPE_H
#define MAX_WMMELE_LENGTH 64
#define AC_PARAM_SIZE 4
#define WMM_PARAM_ELE_BODY_LEN 18
#define WMM_PARAM_ELEMENT_SIZE (8 + (4 * AC_PARAM_SIZE))
// //
// ACI/AIFSN Field. // ACI/AIFSN Field.
// Ref: WMM spec 2.2.2: WME Parameter Element, p.12. // Ref: WMM spec 2.2.2: WME Parameter Element, p.12.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment