Re: [PATCH net 2/3] net: lan743x: support WOL in MAC even when PHY does not

From: Andrew Lunn
Date: Mon Feb 26 2024 - 20:42:42 EST


> > + 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.