Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef HT_CAPABILITY to union ht_capability
Browse files Browse the repository at this point in the history
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 f198db0 commit 7d5693b
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 @@ -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
Expand All @@ -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;
Expand Down

0 comments on commit 7d5693b

Please sign in to comment.