Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef MIMO_EVM to struct mimo_evm
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 8cf3331 commit d6a15cb
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 @@ -361,10 +361,10 @@ struct mimo_rssi {
u32 Average;
};//, *struct mimo_rssi *;

typedef struct _MIMO_EVM{
struct mimo_evm {
u32 EVM1;
u32 EVM2;
}MIMO_EVM, *PMIMO_EVM;
};//, *struct mimo_evm *;

typedef struct _FALSE_ALARM_STATISTICS{
u32 Cnt_Parity_Fail;
Expand Down

0 comments on commit d6a15cb

Please sign in to comment.