mirror of
https://github.com/torvalds/linux.git
synced 2025-01-01 07:42:07 +00:00
staging: rtl8192e: Convert typedef SCAN_OPERATION_BACKUP_OPT to enum scan_op_backup_opt
Remove typedef from enum. Rename enum. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
569e595955
commit
472ba32655
@ -1934,11 +1934,11 @@ enum country_code_type {
|
||||
COUNTRY_CODE_MAX
|
||||
};
|
||||
|
||||
typedef enum _SCAN_OPERATION_BACKUP_OPT{
|
||||
enum scan_op_backup_opt {
|
||||
SCAN_OPT_BACKUP=0,
|
||||
SCAN_OPT_RESTORE,
|
||||
SCAN_OPT_MAX
|
||||
} SCAN_OPERATION_BACKUP_OPT;
|
||||
};
|
||||
|
||||
typedef enum _FW_CMD_IO_TYPE{
|
||||
FW_CMD_DIG_ENABLE = 0,
|
||||
|
Loading…
Reference in New Issue
Block a user