staging: rtl8192e: Convert typedef HT_CAPABILITY to union ht_capability
authorLarry Finger <Larry.Finger@lwfinger.net>
Tue, 19 Jul 2011 15:19:43 +0000 (10:19 -0500)
committerLarry Finger <Larry.Finger@lwfinger.net>
Wed, 24 Aug 2011 06:55:36 +0000 (01:55 -0500)
Remove typedef from union.
Rename union.
Rename uses.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
drivers/staging/rtl8192e/rtl819x_HT.h

index f85415f..113ee98 100644 (file)
@@ -81,7 +81,7 @@ typedef enum _CHNLOP{
                ((_pHTInfo)->ChnlOp > CHNLOP_NONE) ? true : false
 
 /*
-typedef        union _HT_CAPABILITY{
+union ht_capability {
        u16     ShortData;
        u8      CharData[2];
        struct
@@ -100,7 +100,7 @@ typedef     union _HT_CAPABILITY{
                u16     PSMP:1;
                u16     Rsvd:3;
        }Field;
-}HT_CAPABILITY, *PHT_CAPABILITY;
+};
 
 typedef        union _HT_CAPABILITY_MACPARA{
        u8      ShortData;