Commit e83ddcea authored by Catalin Popescu's avatar Catalin Popescu Committed by Jakub Kicinski

net: phy: dp83826: disable WOL at init

Commit d1d77120 ("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: d1d77120 ("net: phy: dp83826: support TX data voltage tuning")
Signed-off-by: default avatarCatalin Popescu <catalin.popescu@leica-geosystems.com>
Link: https://lore.kernel.org/r/20240226162339.696461-1-catalin.popescu@leica-geosystems.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent d4f01c5e
......@@ -572,7 +572,7 @@ static int dp83826_config_init(struct phy_device *phydev)
return ret;
}
return 0;
return dp8382x_disable_wol(phydev);
}
static int dp8382x_config_init(struct phy_device *phydev)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment