Commit eb85e468 authored by Larry Finger's avatar Larry Finger
Browse files

staging: rtl8192e: Convert typedef AC_PARAM to union ac_param



Remove typedef from union.
Rename union.
Rename uses.

Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent a33be1e8
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -396,7 +396,7 @@ union ecw {
	}f;
};

typedef	union _AC_PARAM{
union ac_param {
	u32	longData;
	u8	charData[4];

@@ -406,10 +406,6 @@ typedef union _AC_PARAM{
		union ecw Ecw;
		u16		TXOPLimit;
	}f;
}AC_PARAM, *PAC_PARAM;




};

#endif