Commit d6a15cb8 authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Convert typedef MIMO_EVM to struct mimo_evm

Remove typedef from struct.
Rename struct.
Rename uses.
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent 8cf33316
...@@ -361,10 +361,10 @@ struct mimo_rssi { ...@@ -361,10 +361,10 @@ struct mimo_rssi {
u32 Average; u32 Average;
};//, *struct mimo_rssi *; };//, *struct mimo_rssi *;
typedef struct _MIMO_EVM{ struct mimo_evm {
u32 EVM1; u32 EVM1;
u32 EVM2; u32 EVM2;
}MIMO_EVM, *PMIMO_EVM; };//, *struct mimo_evm *;
typedef struct _FALSE_ALARM_STATISTICS{ typedef struct _FALSE_ALARM_STATISTICS{
u32 Cnt_Parity_Fail; u32 Cnt_Parity_Fail;
......
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