From fa43f604b91aec3e0de5166f64619d164b48924c Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Tue, 17 Mar 2015 10:01:59 -0500 Subject: [PATCH] rtl8188eu: Remove typedef statement from include/sta_info.h Signed-off-by: Larry Finger --- include/sta_info.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/sta_info.h b/include/sta_info.h index fca6163..d340e57 100644 --- a/include/sta_info.h +++ b/include/sta_info.h @@ -48,13 +48,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 { @@ -232,7 +232,7 @@ struct sta_info { int tx_vo_cnt; #endif /* for DM */ - RSSI_STA rssi_stat; + struct rssi_sta rssi_stat; /* ODM_STA_INFO_T */ /* ================ODM Relative Info======================= */