Commit 472ba326 authored by Larry Finger's avatar Larry Finger

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: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent 569e5959
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment