Commit 6f44d2bd authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Convert typedef RF_STEP_E to enum rf_step

Remove typedef from enum.
Rename enum.
Rename uses.
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent fc6094f6
......@@ -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,
......
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