mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-31 16:26:41 +09:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user