staging: rtl8192e: Convert typedef RF_STEP_E to enum rf_step
Remove typedef from enum. Rename enum. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
fc6094f670
commit
6f44d2bdfc
1 changed files with 2 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue