staging: rtl8192e: Convert typedef HT_CAPABILITY_MACPARA to union ht_capability_macpara

Remove typedef from union.
Rename union.
Rename uses.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2011-07-19 10:21:36 -05:00
parent 7d5693b221
commit a3e9909916

View File

@ -102,7 +102,7 @@ union ht_capability {
}Field;
};
typedef union _HT_CAPABILITY_MACPARA{
union ht_capability_macpara {
u8 ShortData;
u8 CharData[1];
struct
@ -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{