Commit 7d5693b2 authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Convert typedef HT_CAPABILITY to union ht_capability

Remove typedef from union.
Rename union.
Rename uses.
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent f198db0c
...@@ -81,7 +81,7 @@ typedef enum _CHNLOP{ ...@@ -81,7 +81,7 @@ typedef enum _CHNLOP{
((_pHTInfo)->ChnlOp > CHNLOP_NONE) ? true : false ((_pHTInfo)->ChnlOp > CHNLOP_NONE) ? true : false
/* /*
typedef union _HT_CAPABILITY{ union ht_capability {
u16 ShortData; u16 ShortData;
u8 CharData[2]; u8 CharData[2];
struct struct
...@@ -100,7 +100,7 @@ typedef union _HT_CAPABILITY{ ...@@ -100,7 +100,7 @@ typedef union _HT_CAPABILITY{
u16 PSMP:1; u16 PSMP:1;
u16 Rsvd:3; u16 Rsvd:3;
}Field; }Field;
}HT_CAPABILITY, *PHT_CAPABILITY; };
typedef union _HT_CAPABILITY_MACPARA{ typedef union _HT_CAPABILITY_MACPARA{
u8 ShortData; u8 ShortData;
......
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