[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240223143127.1942129-1-catalin.popescu@leica-geosystems.com>
Date: Fri, 23 Feb 2024 15:31:27 +0100
From: Catalin Popescu <catalin.popescu@...ca-geosystems.com>
To: andrew@...n.ch,
hkallweit1@...il.com,
linux@...linux.org.uk,
davem@...emloft.net,
edumazet@...gle.com,
kuba@...nel.org,
pabeni@...hat.com
Cc: netdev@...r.kernel.org,
linux-kernel@...r.kernel.org,
bsp-development.geo@...ca-geosystems.com,
m.felsch@...gutronix.de,
Catalin Popescu <catalin.popescu@...ca-geosystems.com>
Subject: [PATCH] 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.
Signed-off-by: Catalin Popescu <catalin.popescu@...ca-geosystems.com>
---
drivers/net/phy/dp83822.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/phy/dp83822.c b/drivers/net/phy/dp83822.c
index 30f2616ab1c2..ba320dc3df98 100644
--- a/drivers/net/phy/dp83822.c
+++ b/drivers/net/phy/dp83822.c
@@ -528,7 +528,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)
base-commit: 33e1d31873f87d119e5120b88cd350efa68ef276
--
2.34.1
Powered by blists - more mailing lists