Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef HW_VARIABLES to enum hw_variables
Browse files Browse the repository at this point in the history
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 839370c commit bb5e482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/rtl8192e/rtllib.h
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ enum hal_def_variable {
};


typedef enum _HW_VARIABLES{
enum hw_variables {
HW_VAR_ETHER_ADDR,
HW_VAR_MULTICAST_REG,
HW_VAR_BASIC_RATE,
Expand Down Expand Up @@ -401,7 +401,7 @@ typedef enum _HW_VARIABLES{
HW_VAR_INT_MIGRATION,
HW_VAR_INT_AC,
HW_VAR_RF_TIMING,
} HW_VARIABLES;
};

typedef enum _RT_OP_MODE{
RT_OP_MODE_AP,
Expand Down

0 comments on commit bb5e482

Please sign in to comment.