Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef DM_DBG_E to enum dm_dbg
Browse files Browse the repository at this point in the history
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 fe5cd9c commit a3120de
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 @@ -232,12 +232,11 @@ enum dm_cck_rx_path_method {
};


typedef enum _DM_DBG_E
{
enum dm_dbg {
DM_DBG_OFF = 0,
DM_DBG_ON = 1,
DM_DBG_MAX
} DM_DBG_E;
};

struct dcmd_txcmd {
u32 Op;
Expand Down

0 comments on commit a3120de

Please sign in to comment.