Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef IC_INFERIORITY_8192S to enum ic_in…
Browse files Browse the repository at this point in the history
…feriority_8192s

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 ab0d7cc commit 456419d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/staging/rtl8192e/rtl_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,10 @@ enum reset_type {
RESET_TYPE_SILENT = 0x02
};

typedef enum _IC_INFERIORITY_8192S{
enum ic_inferiority_8192s {
IC_INFERIORITY_A = 0,
IC_INFERIORITY_B = 1,
} IC_INFERIORITY_8192S, *PIC_INFERIORITY_8192S;
};

typedef enum _PCI_BRIDGE_VENDOR {
PCI_BRIDGE_VENDOR_INTEL = 0x0,
Expand Down Expand Up @@ -586,7 +586,7 @@ struct r8192_priv {


enum rt_rf_type_819xu rf_chip;
IC_INFERIORITY_8192S IC_Class;
enum ic_inferiority_8192s IC_Class;
enum ht_channel_width CurrentChannelBW;
struct bb_reg_definition PHYRegDef[4];
struct rate_adaptive rate_adaptive;
Expand Down

0 comments on commit 456419d

Please sign in to comment.