aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/marvell/mvpp2/mvpp2.h
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2020-09-01 14:48:32 +0100
committerDavid S. Miller <davem@davemloft.net>2020-09-03 14:52:33 -0700
commit94bfe438bc0a7e6b0f946dae117c3656a511a417 (patch)
treed7df6013f4415963c5d8617a3ad0563f85c89611 /drivers/net/ethernet/marvell/mvpp2/mvpp2.h
parentnet: mvpp2: move GMAC reset handling into mac_prepare()/mac_finish() (diff)
downloadwireguard-linux-94bfe438bc0a7e6b0f946dae117c3656a511a417.tar.xz
wireguard-linux-94bfe438bc0a7e6b0f946dae117c3656a511a417.zip
net: mvpp2: convert to phylink pcs operations
Convert mvpp2 to phylink's new pcs support. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/marvell/mvpp2/mvpp2.h')
-rw-r--r--drivers/net/ethernet/marvell/mvpp2/mvpp2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h
index 32753cc771bf..ecb5f4616a36 100644
--- a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h
+++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h
@@ -967,6 +967,7 @@ struct mvpp2_port {
phy_interface_t phy_interface;
struct phylink *phylink;
struct phylink_config phylink_config;
+ struct phylink_pcs phylink_pcs;
struct phy *comphy;
struct mvpp2_bm_pool *pool_long;