mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-23 02:47:06 +00:00
staging: rtl8192e: Convert typedef HW_VARIABLES to enum hw_variables
Remove typedef from enum. Rename enum. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
839370c572
commit
bb5e482246
@ -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,
|
||||
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user