Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef RF_STEP_E to enum rf_step
Browse files Browse the repository at this point in the history
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 fc6094f commit 6f44d2b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/staging/rtl8192e/rtl_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,11 @@ enum rt_rf_type_819xu {
RF_PSEUDO_11N = 5,
};

typedef enum _RF_STEP_E
{
enum rf_step {
RF_STEP_INIT = 0,
RF_STEP_NORMAL,
RF_STEP_MAX
} RF_STEP_E;
};

typedef enum _RT_STATUS{
RT_STATUS_SUCCESS,
Expand Down

0 comments on commit 6f44d2b

Please sign in to comment.