Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef POWER_SAVE_MODE to enum power_save…
Browse files Browse the repository at this point in the history
…_mode

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 0ad0141 commit 12f5bc9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/staging/rtl8192e/r8190P_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,10 @@ enum rf_optype {
};


typedef enum _POWER_SAVE_MODE
{
enum power_save_mode {
POWER_SAVE_MODE_ACTIVE,
POWER_SAVE_MODE_SAVE,
} POWER_SAVE_MODE;
};

typedef enum _INTERFACE_SELECT_8190PCI{
INTF_SEL1_MINICARD = 0,
Expand Down

0 comments on commit 12f5bc9

Please sign in to comment.