mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-09 11:00:52 +00:00
staging: rtl8192e: Convert typedef BaseBand_Config_Type to enum baseband_config
Remove typedef from enum. Rename enum. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
d4b8c17703
commit
800119e7fa
@ -21,10 +21,10 @@
|
||||
#ifndef R8180_HW
|
||||
#define R8180_HW
|
||||
|
||||
typedef enum _BaseBand_Config_Type {
|
||||
enum baseband_config {
|
||||
BaseBand_Config_PHY_REG = 0,
|
||||
BaseBand_Config_AGC_TAB = 1,
|
||||
} BaseBand_Config_Type, *PBaseBand_Config_Type;
|
||||
};
|
||||
|
||||
#define RTL8187_REQT_READ 0xc0
|
||||
#define RTL8187_REQT_WRITE 0x40
|
||||
|
Loading…
Reference in New Issue
Block a user