aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/brcmsmac/phy/phy_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/brcm80211/brcmsmac/phy/phy_int.h')
-rw-r--r--drivers/staging/brcm80211/brcmsmac/phy/phy_int.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/staging/brcm80211/brcmsmac/phy/phy_int.h b/drivers/staging/brcm80211/brcmsmac/phy/phy_int.h
index 7ec2ad253e8..a06e7190bcd 100644
--- a/drivers/staging/brcm80211/brcmsmac/phy/phy_int.h
+++ b/drivers/staging/brcm80211/brcmsmac/phy/phy_int.h
@@ -23,22 +23,6 @@
23 23
24#define PHY_VERSION { 1, 82, 8, 0 } 24#define PHY_VERSION { 1, 82, 8, 0 }
25 25
26#define PHYHAL_ERROR 0x0001
27#define PHYHAL_TRACE 0x0002
28#define PHYHAL_INFORM 0x0004
29
30extern u32 phyhal_msg_level;
31
32#define PHY_INFORM_ON() (phyhal_msg_level & PHYHAL_INFORM)
33#define PHY_THERMAL_ON() (phyhal_msg_level & PHYHAL_THERMAL)
34#define PHY_CAL_ON() (phyhal_msg_level & PHYHAL_CAL)
35
36#ifdef BOARD_TYPE
37#define BOARDTYPE(_type) BOARD_TYPE
38#else
39#define BOARDTYPE(_type) _type
40#endif
41
42#define LCNXN_BASEREV 16 26#define LCNXN_BASEREV 16
43 27
44struct phy_shim_info; 28struct phy_shim_info;