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

index 49d9184f22ece7e9cc77a86fedff0209f89915ee..878c467e7b8980324d6c07451b37aabc3aca796d 100644 (file)
@@ -112,13 +112,6 @@ typedef union _TSPEC_BODY {
        } f;    // Field
 } TSPEC_BODY, *PTSPEC_BODY;
 
-typedef struct _ACM {
-//     u8              RegEnableACM;
-       u64             UsedTime;
-       u64             MediumTime;
-       u8              HwAcmCtl;       // TRUE: UsedTime exceed => Do NOT USE this AC. It wll be written to ACM_CONTROL(0xBF BIT 0/1/2 in 8185B).
-} ACM, *PACM;
-
 typedef        u8              AC_UAPSD, *PAC_UAPSD;
 
 #define        GET_VO_UAPSD(_apsd) ((_apsd) & BIT(0))