Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef MIMO_RSSI to struct mimo_rssi
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 a15e76a commit 039a341
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 @@ -352,14 +352,14 @@ struct bss_ht {
u8 bdHT1R;
};

typedef struct _MIMO_RSSI{
struct mimo_rssi {
u32 EnableAntenna;
u32 AntennaA;
u32 AntennaB;
u32 AntennaC;
u32 AntennaD;
u32 Average;
}MIMO_RSSI, *PMIMO_RSSI;
};//, *struct mimo_rssi *;

typedef struct _MIMO_EVM{
u32 EVM1;
Expand Down

0 comments on commit 039a341

Please sign in to comment.