aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/tg3.h
diff options
context:
space:
mode:
authorMichael Chan <mchan@broadcom.com>2012-07-29 19:15:41 +0000
committerDavid S. Miller <davem@davemloft.net>2012-07-29 23:18:31 -0700
commit8151ad576d34a5ec1f1068edf25f3b7c47f6edab (patch)
treed751e4c95cac884b28374cb94db397581ff33a64 /drivers/net/ethernet/broadcom/tg3.h
parentipv6: fix incorrect route 'expires' value passed to userspace (diff)
downloadlinux-dev-8151ad576d34a5ec1f1068edf25f3b7c47f6edab.tar.xz
linux-dev-8151ad576d34a5ec1f1068edf25f3b7c47f6edab.zip
tg3: Request APE_LOCK_PHY before PHY access
to prevent PHY access conflict with APE firmware. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/broadcom/tg3.h')
-rw-r--r--drivers/net/ethernet/broadcom/tg3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/broadcom/tg3.h b/drivers/net/ethernet/broadcom/tg3.h
index a1b75cd67b9d..6fb45a500032 100644
--- a/drivers/net/ethernet/broadcom/tg3.h
+++ b/drivers/net/ethernet/broadcom/tg3.h
@@ -3107,6 +3107,7 @@ struct tg3 {
int old_link;
u8 phy_addr;
+ u8 phy_ape_lock;
/* PHY info */
u32 phy_id;