mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 19:59:34 -04:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user