Commit a3120de6 authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Convert typedef DM_DBG_E to enum dm_dbg

Remove typedef from enum.
Rename enum.
Rename uses.
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent fe5cd9c2
......@@ -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;
......
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