Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: phy: dp83826: disable WOL at init

Commit d1d77120bc28 ("net: phy: dp83826: support TX data voltage tuning")
introduced a regression in that WOL is not disabled by default for DP83826.
WOL should normally be enabled through ethtool.

Fixes: d1d77120bc28 ("net: phy: dp83826: support TX data voltage tuning")
Signed-off-by: Catalin Popescu <catalin.popescu@leica-geosystems.com>
Link: https://lore.kernel.org/r/20240226162339.696461-1-catalin.popescu@leica-geosystems.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Catalin Popescu and committed by
Jakub Kicinski
e83ddcea d4f01c5e

+1 -1
+1 -1
drivers/net/phy/dp83822.c
··· 572 572 return ret; 573 573 } 574 574 575 - return 0; 575 + return dp8382x_disable_wol(phydev); 576 576 } 577 577 578 578 static int dp8382x_config_init(struct phy_device *phydev)