mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-08 02:21:18 +00:00
staging: rtl8192e: Convert typedef IPS_CALLBACK_FUNCION to enum ips_callback_function
Remove typedef from enum. Rename enum. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
f6e3d4f4c2
commit
8304cc64dc
@ -1806,12 +1806,11 @@ enum rt_ps_mode {
|
||||
eAutoPs,
|
||||
};
|
||||
|
||||
typedef enum _IPS_CALLBACK_FUNCION
|
||||
{
|
||||
enum ips_callback_function {
|
||||
IPS_CALLBACK_NONE = 0,
|
||||
IPS_CALLBACK_MGNT_LINK_REQUEST = 1,
|
||||
IPS_CALLBACK_JOIN_REQUEST = 2,
|
||||
} IPS_CALLBACK_FUNCION;
|
||||
};
|
||||
|
||||
typedef enum _RT_JOIN_ACTION{
|
||||
RT_JOIN_INFRA = 1,
|
||||
@ -1864,7 +1863,7 @@ struct rt_pwr_save_ctrl {
|
||||
struct work_struct InactivePsWorkItem;
|
||||
struct timer_list InactivePsTimer;
|
||||
|
||||
IPS_CALLBACK_FUNCION ReturnPoint;
|
||||
enum ips_callback_function ReturnPoint;
|
||||
|
||||
bool bTmpBssDesc;
|
||||
RT_JOIN_ACTION tmpJoinAction;
|
||||
|
Loading…
Reference in New Issue
Block a user