Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f20e918 authored by John Whitmore's avatar John Whitmore Committed by Greg Kroah-Hartman
Browse files

staging:rtl8192u: Remove unused structure WMM_TSPEC - Style



Remove the structure WMM_TSPEC as it is unused. This change is a coding
style change and should not impact runtime code execution.

Signed-off-by: default avatarJohn Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8d231436
Loading
Loading
Loading
Loading
+0 −15
Original line number Original line Diff line number Diff line
@@ -112,21 +112,6 @@ typedef union _TSPEC_BODY {
	} f;	// Field
	} f;	// Field
} TSPEC_BODY, *PTSPEC_BODY;
} TSPEC_BODY, *PTSPEC_BODY;



//
// WMM TSPEC Element.
// Ref: WMM spec 2.2.11: WME TSPEC Element, p.16.
//
typedef struct _WMM_TSPEC {
	u8		ID;
	u8		Length;
	u8		OUI[3];
	u8		OUI_Type;
	u8		OUI_SubType;
	u8		Version;
	TSPEC_BODY	Body;
} WMM_TSPEC, *PWMM_TSPEC;

//
//
// ACM implementation method.
// ACM implementation method.
// Annie, 2005-12-13.
// Annie, 2005-12-13.