summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2020-01-28 18:53:13 +0000
committerRussell King <rmk+kernel@armlinux.org.uk>2020-02-28 09:35:52 +0000
commit247923de555588ac5d703cfb95c7277d67a12a24 (patch)
tree37fe1dca7257e59e3d59e8ea070cb1f53c79bf7f /include
parentabfe2827b549a81c2ed1799a0e98ad2ebc150e80 (diff)
net: dsa: propagate resolved link config via mac_link_up()
Propagate the resolved link configuration down via DSA's phylink_mac_link_up() operation to allow split PCS/MAC to work. Tested-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'include')
-rw-r--r--include/net/dsa.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/net/dsa.h b/include/net/dsa.h
index 6767dc3f66c0..ad1681f80b6f 100644
--- a/include/net/dsa.h
+++ b/include/net/dsa.h
@@ -416,7 +416,9 @@ struct dsa_switch_ops {
void (*phylink_mac_link_up)(struct dsa_switch *ds, int port,
unsigned int mode,
phy_interface_t interface,
- struct phy_device *phydev);
+ struct phy_device *phydev,
+ int speed, int duplex,
+ bool tx_pause, bool rx_pause);
void (*phylink_fixed_state)(struct dsa_switch *ds, int port,
struct phylink_link_state *state);
/*