net: team: use __ethtool_get_ksettings
Signed-off-by: David Decotigny <decot@googlers.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
85f9581975
Коммит
0ab6b544c1
|
@ -2813,12 +2813,12 @@ static void __team_port_change_send(struct team_port *port, bool linkup)
|
|||
port->state.linkup = linkup;
|
||||
team_refresh_port_linkup(port);
|
||||
if (linkup) {
|
||||
struct ethtool_cmd ecmd;
|
||||
struct ethtool_link_ksettings ecmd;
|
||||
|
||||
err = __ethtool_get_settings(port->dev, &ecmd);
|
||||
err = __ethtool_get_link_ksettings(port->dev, &ecmd);
|
||||
if (!err) {
|
||||
port->state.speed = ethtool_cmd_speed(&ecmd);
|
||||
port->state.duplex = ecmd.duplex;
|
||||
port->state.speed = ecmd.base.speed;
|
||||
port->state.duplex = ecmd.base.duplex;
|
||||
goto send_event;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче