mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
rtl8188eu: Fix remainder of trivial typedef statements
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
2bd2f4b4c8
commit
35044413a3
5 changed files with 9 additions and 9 deletions
|
@ -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=======================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue