]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging:rtl8192u: Remove unused enumerated type ACM_METHOD - Style
authorJohn Whitmore <johnfwhitmore@gmail.com>
Mon, 23 Jul 2018 20:50:28 +0000 (21:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Jul 2018 12:06:14 +0000 (14:06 +0200)
Remove the enumerated type ACM_METHOD as it is unused in code. This is
a coding style change and should not impact 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_Qos.h

index 58101d1ff2b8bf8b5e2eef3d01a82885591d0b19..49d9184f22ece7e9cc77a86fedff0209f89915ee 100644 (file)
@@ -112,17 +112,6 @@ typedef union _TSPEC_BODY {
        } f;    // Field
 } TSPEC_BODY, *PTSPEC_BODY;
 
-//
-// ACM implementation method.
-// Annie, 2005-12-13.
-//
-typedef        enum _ACM_METHOD {
-       eAcmWay0_SwAndHw                = 0,            // By SW and HW.
-       eAcmWay1_HW                     = 1,            // By HW.
-       eAcmWay2_SW                     = 2,            // By SW.
-} ACM_METHOD, *PACM_METHOD;
-
-
 typedef struct _ACM {
 //     u8              RegEnableACM;
        u64             UsedTime;