staging: rtl8192e: Convert typedef MIMOPS_CTRL to struct mimops_ctrl
Remove typedef from struct. Rename struct. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
039a34122a
commit
7f5e8a0ab6
1 changed files with 2 additions and 2 deletions
|
@ -195,11 +195,11 @@ typedef struct _HT_INFORMATION_ELE{
|
||||||
u8 BasicMSC[16];
|
u8 BasicMSC[16];
|
||||||
} __attribute__ ((packed)) HT_INFORMATION_ELE, *PHT_INFORMATION_ELE;
|
} __attribute__ ((packed)) HT_INFORMATION_ELE, *PHT_INFORMATION_ELE;
|
||||||
|
|
||||||
typedef struct _MIMOPS_CTRL{
|
struct mimops_ctrl {
|
||||||
u8 MimoPsEnable:1;
|
u8 MimoPsEnable:1;
|
||||||
u8 MimoPsMode:1;
|
u8 MimoPsMode:1;
|
||||||
u8 Reserved:6;
|
u8 Reserved:6;
|
||||||
} MIMOPS_CTRL, *PMIMOPS_CTRL;
|
};
|
||||||
|
|
||||||
typedef enum _HT_SPEC_VER{
|
typedef enum _HT_SPEC_VER{
|
||||||
HT_SPEC_VER_IEEE = 0,
|
HT_SPEC_VER_IEEE = 0,
|
||||||
|
|
Loading…
Add table
Reference in a new issue