staging:rtl8192u: Remove unused union AC_PARAM - Style
authorJohn Whitmore <johnfwhitmore@gmail.com>
Sat, 28 Jul 2018 23:14:48 +0000 (00:14 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 Jul 2018 09:06:04 +0000 (11:06 +0200)
The union ACM_PARAM is never actually used in code so removed. This
is a coding 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_Qos.h

index 901b85139d3b660e778b323f3b8868e1603177d3..43edb830ad5d8cff829ce31a758da854168ac7c6 100644 (file)
@@ -36,21 +36,6 @@ typedef      union _ECW {
        } f;    // Field
 } ECW, *PECW;
 
-//
-// AC Parameters Record Format.
-// Ref: WMM spec 2.2.2: WME Parameter Element, p.12.
-//
-typedef        union _AC_PARAM {
-       u32     longData;
-       u8      charData[4];
-
-       struct {
-               union aci_aifsn AciAifsn;
-               ECW             Ecw;
-               u16             TXOPLimit;
-       } f;    // Field
-} AC_PARAM, *PAC_PARAM;
-
 //
 // Direction Field Values.
 // Ref: WMM spec 2.2.11: WME TSPEC Element, p.18.