Commit e6080633 authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Convert typedef RT_RF_TYPE_DEF to enum rt_rf_type_def

Remove typedef from enum.
Rename enum.
Rename uses.
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent 4fd7cedc
...@@ -637,15 +637,14 @@ enum led_ctl_mode { ...@@ -637,15 +637,14 @@ enum led_ctl_mode {
LED_CTL_STOP_WPS_FAIL_OVERLAP = 13, LED_CTL_STOP_WPS_FAIL_OVERLAP = 13,
}; };
typedef enum _RT_RF_TYPE_DEF enum rt_rf_type_def {
{
RF_1T2R = 0, RF_1T2R = 0,
RF_2T4R, RF_2T4R,
RF_2T2R, RF_2T2R,
RF_1T1R, RF_1T1R,
RF_2T2R_GREEN, RF_2T2R_GREEN,
RF_819X_MAX_TYPE RF_819X_MAX_TYPE
} RT_RF_TYPE_DEF; };
typedef enum _WIRELESS_MODE { typedef enum _WIRELESS_MODE {
WIRELESS_MODE_UNKNOWN = 0x00, WIRELESS_MODE_UNKNOWN = 0x00,
......
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