Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef DM_CCK_Rx_Path_Method to enum dm_c…
Browse files Browse the repository at this point in the history
…ck_rx_path_method

Remove typedef from enum.
Rename enum.
Rename uses.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 2fa7c96 commit fe5cd9c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/staging/rtl8192e/rtl_dm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe5cd9c

Please sign in to comment.