Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef BaseBand_Config_Type to enum baseb…
Browse files Browse the repository at this point in the history
…and_config

Remove typedef from enum.
Rename enum.
Rename uses.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent d4b8c17 commit 800119e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/rtl8192e/r8192E_hw.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 800119e

Please sign in to comment.