提交 1026e4aa 编写于 作者: J John Whitmore 提交者: Greg Kroah-Hartman

staging:rtl8192u: Remove unused AC_UAPSD definitions - Style

Remove the definitions associated with AC_UAPSD. These definitions are
not used in code so have simply been removed. This is a coding style
change and should have no impact on runtime execution.
Signed-off-by: NJohn Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 90c7dbf0
...@@ -112,21 +112,6 @@ typedef union _TSPEC_BODY { ...@@ -112,21 +112,6 @@ typedef union _TSPEC_BODY {
} f; // Field } f; // Field
} TSPEC_BODY, *PTSPEC_BODY; } TSPEC_BODY, *PTSPEC_BODY;
typedef u8 AC_UAPSD, *PAC_UAPSD;
#define GET_VO_UAPSD(_apsd) ((_apsd) & BIT(0))
#define SET_VO_UAPSD(_apsd) ((_apsd) |= BIT(0))
#define GET_VI_UAPSD(_apsd) ((_apsd) & BIT(1))
#define SET_VI_UAPSD(_apsd) ((_apsd) |= BIT(1))
#define GET_BK_UAPSD(_apsd) ((_apsd) & BIT(2))
#define SET_BK_UAPSD(_apsd) ((_apsd) |= BIT(2))
#define GET_BE_UAPSD(_apsd) ((_apsd) & BIT(3))
#define SET_BE_UAPSD(_apsd) ((_apsd) |= BIT(3))
//typedef struct _TCLASS{ //typedef struct _TCLASS{
// TODO // TODO
//} TCLASS, *PTCLASS; //} TCLASS, *PTCLASS;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册