Commit d0df2813 authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Convert typedef RATR_TABLE_MODE_8192S to enum ratr_table_mode_8192s

Remove typedef from enum.
Rename enum.
Rename uses.
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent 74082c92
...@@ -2031,7 +2031,7 @@ struct rate_adaptive { ...@@ -2031,7 +2031,7 @@ struct rate_adaptive {
u8 PreRATRState; u8 PreRATRState;
}; };
typedef enum _RATR_TABLE_MODE_8192S{ enum ratr_table_mode_8192s {
RATR_INX_WIRELESS_NGB = 0, RATR_INX_WIRELESS_NGB = 0,
RATR_INX_WIRELESS_NG = 1, RATR_INX_WIRELESS_NG = 1,
RATR_INX_WIRELESS_NB = 2, RATR_INX_WIRELESS_NB = 2,
...@@ -2041,7 +2041,7 @@ typedef enum _RATR_TABLE_MODE_8192S{ ...@@ -2041,7 +2041,7 @@ typedef enum _RATR_TABLE_MODE_8192S{
RATR_INX_WIRELESS_B = 6, RATR_INX_WIRELESS_B = 6,
RATR_INX_WIRELESS_MC = 7, RATR_INX_WIRELESS_MC = 7,
RATR_INX_WIRELESS_A = 8, RATR_INX_WIRELESS_A = 8,
} RATR_TABLE_MODE_8192S, *PRATR_TABLE_MODE_8192S; };
#define NUM_PMKID_CACHE 16 #define NUM_PMKID_CACHE 16
struct rt_pmkid_list { struct rt_pmkid_list {
......
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