Re: [PATCH net 2/3] net: lan743x: support WOL in MAC even when PHY does not
From: Andrew Lunn <andrew@lunn.ch>
Date: 2024-02-27 01:42:34
Also in:
lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2024-02-27 01:42:34
Also in:
lkml
quoted
+ if (ret == -EOPNOTSUPP) + netif_info(adapter, drv, adapter->netdev, + "phy does not support WOL\n");
netdev_dbg(). We don't really care who is doing WoL, if its the MAC, the PHY, or a bit of both. So there is no need to spam the log with this.