Commit eb85e468 authored by Larry Finger's avatar Larry Finger

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
...@@ -396,7 +396,7 @@ union ecw { ...@@ -396,7 +396,7 @@ union ecw {
}f; }f;
}; };
typedef union _AC_PARAM{ union ac_param {
u32 longData; u32 longData;
u8 charData[4]; u8 charData[4];
...@@ -406,10 +406,6 @@ typedef union _AC_PARAM{ ...@@ -406,10 +406,6 @@ typedef union _AC_PARAM{
union ecw Ecw; union ecw Ecw;
u16 TXOPLimit; u16 TXOPLimit;
}f; }f;
}AC_PARAM, *PAC_PARAM; };
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment