Commit ebc95dd0 authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Convert typedef TWO_PORT_STATUS to enum two_port_status

Remove typedef from enum.
Rename enum.
Rename uses.
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent 2f417815
...@@ -477,15 +477,14 @@ struct channel_access_setting { ...@@ -477,15 +477,14 @@ struct channel_access_setting {
u16 CWmaxIndex; u16 CWmaxIndex;
}; };
typedef enum _TWO_PORT_STATUS enum two_port_status {
{
TWO_PORT_STATUS__DEFAULT_ONLY, TWO_PORT_STATUS__DEFAULT_ONLY,
TWO_PORT_STATUS__EXTENSION_ONLY, TWO_PORT_STATUS__EXTENSION_ONLY,
TWO_PORT_STATUS__EXTENSION_FOLLOW_DEFAULT, TWO_PORT_STATUS__EXTENSION_FOLLOW_DEFAULT,
TWO_PORT_STATUS__DEFAULT_G_EXTENSION_N20, TWO_PORT_STATUS__DEFAULT_G_EXTENSION_N20,
TWO_PORT_STATUS__ADHOC, TWO_PORT_STATUS__ADHOC,
TWO_PORT_STATUS__WITHOUT_ANY_ASSOCIATE TWO_PORT_STATUS__WITHOUT_ANY_ASSOCIATE
} TWO_PORT_STATUS; };
struct txbbgain_struct { struct txbbgain_struct {
long txbb_iq_amplifygain; long txbb_iq_amplifygain;
......
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