dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Larry Finger 2011-07-19 18:10:40 -05:00
parent d4b8c17703
commit 800119e7fa
1 changed files with 2 additions and 2 deletions

View File

@ -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