Commit fe5cd9c2 authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Convert typedef DM_CCK_Rx_Path_Method to enum dm_cck_rx_path_method

Remove typedef from enum.
Rename enum.
Rename uses.
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent 2fa7c962
......@@ -225,12 +225,11 @@ struct drx_path_sel {
long cck_pwdb_sta[4];
};
typedef enum _DM_CCK_Rx_Path_Method
{
enum dm_cck_rx_path_method {
CCK_Rx_Version_1 = 0,
CCK_Rx_Version_2= 1,
CCK_Rx_Version_MAX
} DM_CCK_Rx_Path_Method;
};
typedef enum _DM_DBG_E
......
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