Commit a3e99099 authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Convert typedef HT_CAPABILITY_MACPARA to union ht_capability_macpara

Remove typedef from union.
Rename union.
Rename uses.
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent 7d5693b2
...@@ -102,7 +102,7 @@ union ht_capability { ...@@ -102,7 +102,7 @@ union ht_capability {
}Field; }Field;
}; };
typedef union _HT_CAPABILITY_MACPARA{ union ht_capability_macpara {
u8 ShortData; u8 ShortData;
u8 CharData[1]; u8 CharData[1];
struct struct
...@@ -111,7 +111,7 @@ typedef union _HT_CAPABILITY_MACPARA{ ...@@ -111,7 +111,7 @@ typedef union _HT_CAPABILITY_MACPARA{
u8 MPDUDensity:2; u8 MPDUDensity:2;
u8 Rsvd:4; u8 Rsvd:4;
}Field; }Field;
}HT_CAPABILITY_MACPARA, *PHT_CAPABILITY_MACPARA; };
*/ */
typedef enum _HT_ACTION{ typedef enum _HT_ACTION{
......
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