diff options
author | Huang, Xiong <xiong@qca.qualcomm.com> | 2012-04-30 19:38:50 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-01 05:44:13 +0400 |
commit | 903d7ce0cc9a45dd29d6f7690b2e3534c61ef326 (patch) | |
tree | e4cb30182db76bdcfe5453f2dbafa3a6332f0e2b /drivers/net/ethernet/atheros/atl1c/atl1c.h | |
parent | 7cb6a291ef3b159e8ade6b113171c089d38e944c (diff) | |
download | linux-903d7ce0cc9a45dd29d6f7690b2e3534c61ef326.tar.xz |
atl1c: add PHY link event(up/down) patch
On some platforms the PHY settings need to change depending on the
cable link status to get better stability.
Signed-off-by: xiong <xiong@qca.qualcomm.com>
Tested-by: Liu David <dwliu@qca.qualcomm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/atheros/atl1c/atl1c.h')
-rw-r--r-- | drivers/net/ethernet/atheros/atl1c/atl1c.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/atheros/atl1c/atl1c.h b/drivers/net/ethernet/atheros/atl1c/atl1c.h index acc2956df907..b2bf324631dc 100644 --- a/drivers/net/ethernet/atheros/atl1c/atl1c.h +++ b/drivers/net/ethernet/atheros/atl1c/atl1c.h @@ -436,6 +436,7 @@ struct atl1c_hw { bool phy_configured; bool re_autoneg; bool emi_ca; + bool msi_lnkpatch; /* link patch for specific platforms */ }; /* |