Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef DM_DIG_TWO_PORT_ALG_E to enum dm_d…
Browse files Browse the repository at this point in the history
…ig_two_port_alg

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 ba7b655 commit defb880
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 @@ -166,11 +166,10 @@ enum dm_dig_alg {
DIG_ALGO_MAX
};

typedef enum _DM_DIG_TWO_PORT_ALG_E
{
enum dm_dig_two_port_alg {
DIG_TWO_PORT_ALGO_RSSI = 0,
DIG_TWO_PORT_ALGO_FALSE_ALARM = 1,
} DM_DIG_TWO_PORT_ALG_E;
};


typedef enum _DM_DIG_EXT_PORT_ALG_E
Expand Down

0 comments on commit defb880

Please sign in to comment.