Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef AC_PARAM to union ac_param
Browse files Browse the repository at this point in the history
Remove typedef from union.
Rename union.
Rename uses.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent a33be1e commit eb85e46
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions drivers/staging/rtl8192e/rtl819x_Qos.h
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ union ecw {
}f;
};

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

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




};

#endif

0 comments on commit eb85e46

Please sign in to comment.