Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef MIMOPS_CTRL to struct mimops_ctrl
Browse files Browse the repository at this point in the history
Remove typedef from struct.
Rename struct.
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 039a341 commit 7f5e8a0
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 @@ -195,11 +195,11 @@ typedef struct _HT_INFORMATION_ELE{
u8 BasicMSC[16];
} __attribute__ ((packed)) HT_INFORMATION_ELE, *PHT_INFORMATION_ELE;

typedef struct _MIMOPS_CTRL{
struct mimops_ctrl {
u8 MimoPsEnable:1;
u8 MimoPsMode:1;
u8 Reserved:6;
} MIMOPS_CTRL, *PMIMOPS_CTRL;
};

typedef enum _HT_SPEC_VER{
HT_SPEC_VER_IEEE = 0,
Expand Down

0 comments on commit 7f5e8a0

Please sign in to comment.