mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 13:27:25 -04:00
staging: rtl8192e: Convert typedef HAL_DEF_VARIABLE to enum hal_def_variable
Remove typedef from enum. Rename enum. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
@@ -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,
|
||||
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user