summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/staging/rtl8192e/rtl_core.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/staging/rtl8192e/rtl_core.h b/drivers/staging/rtl8192e/rtl_core.h
index 8a71d2dadb82..107400eed275 100644
--- a/drivers/staging/rtl8192e/rtl_core.h
+++ b/drivers/staging/rtl8192e/rtl_core.h
@@ -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,