On Fri, 4 Aug 2023 09:17:57 +0200 Uwe Kleine-König wrote:
Most PHYs signal WoL using an interrupt. So disabling interrupts breaks
WoL at least on PHYs covered by the marvell driver. So skip disabling
irqs on shutdown if WoL is enabled.
While at it also explain the motivation that irqs are disabled at all.
Fixes: e2f016cf7751 ("net: phy: add a shutdown procedure")
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>
What do we do with this one? It sounded like Russell was leaning
towards a revert?