Commit 456419db authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Convert typedef IC_INFERIORITY_8192S to enum ic_inferiority_8192s

Remove typedef from enum.
Rename enum.
Rename uses.
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent ab0d7cca
...@@ -328,10 +328,10 @@ enum reset_type { ...@@ -328,10 +328,10 @@ enum reset_type {
RESET_TYPE_SILENT = 0x02 RESET_TYPE_SILENT = 0x02
}; };
typedef enum _IC_INFERIORITY_8192S{ enum ic_inferiority_8192s {
IC_INFERIORITY_A = 0, IC_INFERIORITY_A = 0,
IC_INFERIORITY_B = 1, IC_INFERIORITY_B = 1,
} IC_INFERIORITY_8192S, *PIC_INFERIORITY_8192S; };
typedef enum _PCI_BRIDGE_VENDOR { typedef enum _PCI_BRIDGE_VENDOR {
PCI_BRIDGE_VENDOR_INTEL = 0x0, PCI_BRIDGE_VENDOR_INTEL = 0x0,
...@@ -586,7 +586,7 @@ struct r8192_priv { ...@@ -586,7 +586,7 @@ struct r8192_priv {
enum rt_rf_type_819xu rf_chip; enum rt_rf_type_819xu rf_chip;
IC_INFERIORITY_8192S IC_Class; enum ic_inferiority_8192s IC_Class;
enum ht_channel_width CurrentChannelBW; enum ht_channel_width CurrentChannelBW;
struct bb_reg_definition PHYRegDef[4]; struct bb_reg_definition PHYRegDef[4];
struct rate_adaptive rate_adaptive; struct rate_adaptive rate_adaptive;
......
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