]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging:rtl8192u: Remove unused timer values - Style
authorJohn Whitmore <johnfwhitmore@gmail.com>
Fri, 27 Jul 2018 17:31:15 +0000 (18:31 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 29 Jul 2018 08:15:52 +0000 (10:15 +0200)
Remove the unused timer constants TS_SETUP_TIMEOUT and TS_INACT_TIMEOUT
as neither are used in code.

This is a style change which should have no impact on runtime code
execution.

Signed-off-by: John Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h

index 2840d6e8dfda2b5991e2b0e3706acd7fe6812f9b..0db0d01ec5c41944f7dd34814ebf215bcc92ba8c 100644 (file)
@@ -2,8 +2,7 @@
 #ifndef _TSTYPE_H_
 #define _TSTYPE_H_
 #include "rtl819x_Qos.h"
-#define TS_SETUP_TIMEOUT       60  /*  In millisecond */
-#define TS_INACT_TIMEOUT       60
+
 #define TS_ADDBA_DELAY         60
 
 #define TOTAL_TS_NUM           16