Skip to content

Commit

Permalink
staging:rtl8192u: Removed unused structure BSS_QOS - Style
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
John Whitmore authored and Greg Kroah-Hartman committed Jul 24, 2018
1 parent 5a2e242 commit a61c15e
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions drivers/staging/rtl8192u/ieee80211/rtl819x_Qos.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a61c15e

Please sign in to comment.