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: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger
2011-07-19 20:19:00 -05:00
parent 2fa7c96243
commit fe5cd9c21b

View File

@@ -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