staging:rtl8192u: Remove unused enumerated type QOS_ELE_SUBTYPE - Style
authorJohn Whitmore <johnfwhitmore@gmail.com>
Mon, 23 Jul 2018 20:50:25 +0000 (21:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Jul 2018 12:06:13 +0000 (14:06 +0200)
The enumerated type QOS_ELE_SUBTYPE is unused in code so has been removed
from code. This is a coding style change which should have not 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 455b87edc7fb3540b4335a7f6138057b3c1e7bcb..6cfae00919c10b09e41335efc3c4e7c19619d1ee 100644 (file)
@@ -51,17 +51,6 @@ typedef      union _AC_PARAM {
        } f;    // Field
 } AC_PARAM, *PAC_PARAM;
 
-
-
-//
-// QoS element subtype
-//
-typedef        enum _QOS_ELE_SUBTYPE {
-       QOSELE_TYPE_INFO        = 0x00,         // 0x00: Information element
-       QOSELE_TYPE_PARAM       = 0x01,         // 0x01: parameter element
-} QOS_ELE_SUBTYPE, *PQOS_ELE_SUBTYPE;
-
-
 //
 // Direction Field Values.
 // Ref: WMM spec 2.2.11: WME TSPEC Element, p.18.