Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef SCAN_OPERATION_BACKUP_OPT to enum …
Browse files Browse the repository at this point in the history
…scan_op_backup_opt

Remove typedef from enum.
Rename enum.
Rename uses.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 569e595 commit 472ba32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/rtl8192e/rtllib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 472ba32

Please sign in to comment.