Remove typedef from struct.
Rename struct.
Rename uses.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
} TYPE2_8021Q;
} QOS_TCLAS, *PQOS_TCLAS;
-typedef struct _QOS_TSTREAM{
+struct qos_tstream {
bool bUsed;
u16 MsduLifetime;
struct wmm_tspec TSpec;
struct wmm_tspec OutStandingTSpec;
u8 NominalPhyRate;
-} QOS_TSTREAM, *PQOS_TSTREAM;
+};
typedef struct _STA_QOS{
u8 WMMIEBuf[MAX_WMMELE_LENGTH];
ACM acm[4];
ACM_METHOD AcmMethod;
- QOS_TSTREAM StaTsArray[MAX_STA_TS_COUNT];
+ struct qos_tstream StaTsArray[MAX_STA_TS_COUNT];
u8 DialogToken;
struct wmm_tspec TSpec;