Commit defb880b authored by Larry Finger's avatar Larry Finger

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: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent ba7b6556
...@@ -166,11 +166,10 @@ enum dm_dig_alg { ...@@ -166,11 +166,10 @@ enum dm_dig_alg {
DIG_ALGO_MAX 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_RSSI = 0,
DIG_TWO_PORT_ALGO_FALSE_ALARM = 1, DIG_TWO_PORT_ALGO_FALSE_ALARM = 1,
} DM_DIG_TWO_PORT_ALG_E; };
typedef enum _DM_DIG_EXT_PORT_ALG_E typedef enum _DM_DIG_EXT_PORT_ALG_E
......
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