net: dsa: propagate resolved link config via mac_link_up()
[linux-2.6-microblaze.git] / drivers / net / dsa / mv88e6xxx / chip.c
index 705c118..ebaaf21 100644 (file)
@@ -655,7 +655,9 @@ static void mv88e6xxx_mac_link_down(struct dsa_switch *ds, int port,
 
 static void mv88e6xxx_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)
 {
        if (mode == MLO_AN_FIXED)
                mv88e6xxx_mac_link_force(ds, port, LINK_FORCED_UP);