aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/icmp.c
diff options
context:
space:
mode:
authorHeiner Kallweit <hkallweit1@gmail.com>2019-04-16 23:54:00 +0200
committerDavid S. Miller <davem@davemloft.net>2019-04-18 16:10:27 -0700
commit5e42574b022b2640304530c68912ee638c6d9a20 (patch)
tree1793b3dc22b414d24669b643ba7a4b60121a3a31 /net/ipv6/icmp.c
parentMerge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue (diff)
downloadlinux-dev-5e42574b022b2640304530c68912ee638c6d9a20.tar.xz
linux-dev-5e42574b022b2640304530c68912ee638c6d9a20.zip
net: phy: don't set autoneg if it's not supported
In phy_device_create() we set phydev->autoneg = 1. This isn't changed even if the PHY doesn't support autoneg. This seems to affect very few PHY's, and they disable phydev->autoneg in their config_init callback. So it's more of an improvement, therefore net-next. The patch also wouldn't apply to older kernel versions because the link mode bitmaps have been introduced recently. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions