summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl_core.h
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2011-07-19 19:39:12 -0500
committerLarry Finger <Larry.Finger@lwfinger.net>2011-08-24 10:52:33 -0500
commit6f44d2bdfc4ae223a18afc9ba264bdc0b172d194 (patch)
tree2fa202c2239820654b4329ef041f485bfdc87180 /drivers/staging/rtl8192e/rtl_core.h
parentfc6094f6703d16591dda4d2849b17c1751dbb099 (diff)
downloadop-kernel-dev-6f44d2bdfc4ae223a18afc9ba264bdc0b172d194.zip
op-kernel-dev-6f44d2bdfc4ae223a18afc9ba264bdc0b172d194.tar.gz
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>
Diffstat (limited to 'drivers/staging/rtl8192e/rtl_core.h')
-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 8a71d2d..107400e 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,
OpenPOWER on IntegriCloud