staging: rtl8192e: Convert typedef DM_DIG_TWO_PORT_ALG_E to enum dm_dig_two_port_alg

Remove typedef from enum.
Rename enum.
Rename uses.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger
2011-07-19 20:05:53 -05:00
parent ba7b6556fd
commit defb880b7d

View File

@@ -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