rtl8188eu: Fix remainder of trivial typedef statements

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-26 20:15:31 -05:00
parent 2bd2f4b4c8
commit 35044413a3
5 changed files with 9 additions and 9 deletions

View file

@ -47,13 +47,13 @@ struct wlan_acl_pool {
struct __queue acl_node_q;
};
typedef struct _RSSI_STA{
struct rssi_sta {
s32 UndecoratedSmoothedPWDB;
s32 UndecoratedSmoothedCCK;
s32 UndecoratedSmoothedOFDM;
u64 PacketMap;
u8 ValidBit;
}RSSI_STA, *PRSSI_STA;
};
struct stainfo_stats {
@ -217,7 +217,7 @@ struct sta_info {
#endif // CONFIG_AP_MODE
//for DM
RSSI_STA rssi_stat;
struct rssi_sta rssi_stat;
//
// ================ODM Relative Info=======================