Commit 800119e7 authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Convert typedef BaseBand_Config_Type to enum baseband_config

Remove typedef from enum.
Rename enum.
Rename uses.
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent d4b8c177
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment