Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef HAL_DEF_VARIABLE to enum hal_def_v…
Browse files Browse the repository at this point in the history
…ariable

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 a3120de commit 839370c
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 @@ -289,7 +289,7 @@ enum _ReasonCode{
dest_not_QSTA = 0x32,
};

typedef enum _HAL_DEF_VARIABLE{
enum hal_def_variable {
HAL_DEF_TPC_ENABLE,
HAL_DEF_INIT_GAIN,
HAL_DEF_PROT_IMP_MODE,
Expand All @@ -309,7 +309,7 @@ typedef enum _HAL_DEF_VARIABLE{
HAL_DEF_PCI_SUPPORT_ASPM,
HAL_DEF_THERMAL_VALUE,
HAL_DEF_USB_IN_TOKEN_REV,
} HAL_DEF_VARIABLE;
};


typedef enum _HW_VARIABLES{
Expand Down

0 comments on commit 839370c

Please sign in to comment.