]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging:rtl8192u: Removed unused structure BSS_QOS - Style
authorJohn Whitmore <johnfwhitmore@gmail.com>
Mon, 23 Jul 2018 20:50:20 +0000 (21:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Jul 2018 12:06:13 +0000 (14:06 +0200)
The structure BSS_QOS is not used in code so has simply been removed. The
change is a coding style change and should not impact runtime 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 a83abaf3a2ea895672afae198b9fc145efd077e2..d202244b8cac7abd9c3ecec3c1319b514407cbbe 100644 (file)
@@ -468,25 +468,6 @@ typedef struct _STA_QOS {
 
 } STA_QOS, *PSTA_QOS;
 
-//
-// BSS QOS data.
-// Ref: BssDscr in 8185 code. [def. in BssDscr.h]
-//
-typedef struct _BSS_QOS {
-       u32                     bdQoSMode;    // QOS_MODE
-
-       u8                      bdWMMIEBuf[MAX_WMMELE_LENGTH];
-       u8              *bdWMMIE;
-
-       QOS_ELE_SUBTYPE         EleSubType;
-
-       u8                      *pWMMInfoEle;
-       u8                      *pWMMParamEle;
-
-       QOS_INFO_FIELD          QosInfoField;
-       AC_PARAM                AcParameter[4];
-} BSS_QOS, *PBSS_QOS;
-
 //
 // Ref: sQoSCtlLng and QoSCtl definition in 8185 QoS code.
 //#define QoSCtl   ((  (Adapter->bRegQoS) && (Adapter->dot11QoS.QoSMode &(QOS_EDCA|QOS_HCCA))    )  ?sQoSCtlLng:0)