From: David Decotigny <decot@xxxxxxxxxxxx> Signed-off-by: David Decotigny <decot@xxxxxxxxxxxx> --- drivers/net/veth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/veth.c b/drivers/net/veth.c index 8ad5965..902e127 100644 --- a/drivers/net/veth.c +++ b/drivers/net/veth.c @@ -49,8 +49,8 @@ static struct { static int veth_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) { - cmd->supported = 0; - cmd->advertising = 0; + ethtool_cmd_supported_set(cmd, 0); + ethtool_cmd_advertising_set(cmd, 0); ethtool_cmd_speed_set(cmd, SPEED_10000); cmd->duplex = DUPLEX_FULL; cmd->port = PORT_TP; -- 2.2.0.rc0.207.ga3a616c -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html