Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef HT_CAPABILITY_MACPARA to union ht_…
Browse files Browse the repository at this point in the history
…capability_macpara

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 7d5693b commit a3e9909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/rtl8192e/rtl819x_HT.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ union ht_capability {
}Field;
};
typedef union _HT_CAPABILITY_MACPARA{
union ht_capability_macpara {
u8 ShortData;
u8 CharData[1];
struct
Expand All @@ -111,7 +111,7 @@ typedef union _HT_CAPABILITY_MACPARA{
u8 MPDUDensity:2;
u8 Rsvd:4;
}Field;
}HT_CAPABILITY_MACPARA, *PHT_CAPABILITY_MACPARA;
};
*/

typedef enum _HT_ACTION{
Expand Down

0 comments on commit a3e9909

Please sign in to comment.