Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef dm_dig_connect_e to enum dm_dig_co…
Browse files Browse the repository at this point in the history
…nnect

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 811ad0f commit 4777da7
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 @@ -186,16 +186,15 @@ enum dm_dig_dbg {
DIG_DBG_MAX
};

typedef enum _dm_dig_connect_e
{
enum dm_dig_connect {
DIG_STA_DISCONNECT = 0,
DIG_STA_CONNECT = 1,
DIG_STA_BEFORE_CONNECT = 2,
DIG_AP_DISCONNECT = 3,
DIG_AP_CONNECT = 4,
DIG_AP_ADD_STATION = 5,
DIG_CONNECT_MAX
} dm_dig_connect_e;
};

typedef enum _dm_dig_pd_th_e
{
Expand Down

0 comments on commit 4777da7

Please sign in to comment.