mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-10 05:15:57 +00:00
staging: rtl8192e: Convert typedef RT_LINK_DETECT_T to struct rt_link_detect
Remove typedef from struct. Rename struct. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
ca9900116f
commit
0e86753fe3
@ -1984,7 +1984,7 @@ typedef enum _FW_CMD_IO_TYPE{
|
|||||||
}FW_CMD_IO_TYPE,*PFW_CMD_IO_TYPE;
|
}FW_CMD_IO_TYPE,*PFW_CMD_IO_TYPE;
|
||||||
|
|
||||||
#define RT_MAX_LD_SLOT_NUM 10
|
#define RT_MAX_LD_SLOT_NUM 10
|
||||||
typedef struct _RT_LINK_DETECT_T{
|
struct rt_link_detect {
|
||||||
|
|
||||||
u32 NumRecvBcnInPeriod;
|
u32 NumRecvBcnInPeriod;
|
||||||
u32 NumRecvDataInPeriod;
|
u32 NumRecvDataInPeriod;
|
||||||
@ -2004,7 +2004,7 @@ typedef struct _RT_LINK_DETECT_T{
|
|||||||
u32 NumTxUnicastOkInPeriod;
|
u32 NumTxUnicastOkInPeriod;
|
||||||
u32 LastNumTxUnicast;
|
u32 LastNumTxUnicast;
|
||||||
u32 LastNumRxUnicast;
|
u32 LastNumRxUnicast;
|
||||||
}RT_LINK_DETECT_T, *PRT_LINK_DETECT_T;
|
};//, *struct rt_link_detect *;
|
||||||
|
|
||||||
typedef struct _SW_CAM_TABLE{
|
typedef struct _SW_CAM_TABLE{
|
||||||
|
|
||||||
@ -2388,7 +2388,7 @@ struct rtllib_device {
|
|||||||
bandwidth_autoswitch bandwidth_auto_switch;
|
bandwidth_autoswitch bandwidth_auto_switch;
|
||||||
bool FwRWRF;
|
bool FwRWRF;
|
||||||
|
|
||||||
RT_LINK_DETECT_T LinkDetectInfo;
|
struct rt_link_detect LinkDetectInfo;
|
||||||
bool bIsAggregateFrame;
|
bool bIsAggregateFrame;
|
||||||
struct rt_pwr_save_ctrl PowerSaveControl;
|
struct rt_pwr_save_ctrl PowerSaveControl;
|
||||||
u8 amsdu_in_process;
|
u8 amsdu_in_process;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user