“3b23d77b4258558a317157b18cf418eeea4ca788”上不存在“drivers/perf/arm-cci.c”
提交 670c6365 编写于 作者: J John Whitmore 提交者: Greg Kroah-Hartman

staging:rtl8192u: Remove unused definition of sQoSCtlLng - Style

Remove sQoSCtlLng. The constant sQoSCtlLng is never used in code so has
been removed. This is a coding style change so should have no impact on
runtime code execution.
Signed-off-by: NJohn Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 1026e4aa
...@@ -189,12 +189,6 @@ typedef struct _OCTET_STRING { ...@@ -189,12 +189,6 @@ typedef struct _OCTET_STRING {
u16 Length; u16 Length;
} OCTET_STRING, *POCTET_STRING; } OCTET_STRING, *POCTET_STRING;
//
// Ref: sQoSCtlLng and QoSCtl definition in 8185 QoS code.
//#define QoSCtl (( (Adapter->bRegQoS) && (Adapter->dot11QoS.QoSMode &(QOS_EDCA|QOS_HCCA)) ) ?sQoSCtlLng:0)
//
#define sQoSCtlLng 2
//Added by joseph //Added by joseph
//UP Mapping to AC, using in MgntQuery_SequenceNumber() and maybe for DSCP //UP Mapping to AC, using in MgntQuery_SequenceNumber() and maybe for DSCP
//#define UP2AC(up) ((up<3)?((up==0)?1:0):(up>>1)) //#define UP2AC(up) ((up<3)?((up==0)?1:0):(up>>1))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册