Remove typedef from struct.
Rename struct.
Rename uses.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
} f;
}TSPEC_BODY, *PTSPEC_BODY;
-typedef struct _WMM_TSPEC{
+struct wmm_tspec {
u8 ID;
u8 Length;
u8 OUI[3];
u8 OUI_SubType;
u8 Version;
TSPEC_BODY Body;
-} WMM_TSPEC, *PWMM_TSPEC;
+};
typedef struct _OCTET_STRING{
u8 *Octet;
bool bEstablishing;
u8 TimeSlotCount;
u8 DialogToken;
- WMM_TSPEC TSpec;
- WMM_TSPEC OutStandingTSpec;
+ struct wmm_tspec TSpec;
+ struct wmm_tspec OutStandingTSpec;
u8 NominalPhyRate;
} QOS_TSTREAM, *PQOS_TSTREAM;
QOS_TSTREAM StaTsArray[MAX_STA_TS_COUNT];
u8 DialogToken;
- WMM_TSPEC TSpec;
+ struct wmm_tspec TSpec;
u8 QBssWirelessMode;