[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e4507108-4c02-4c8d-8810-081f6b34d11d@lunn.ch>
Date: Tue, 27 Feb 2024 02:42:48 +0100
From: Andrew Lunn <andrew@...n.ch>
To: Horatiu Vultur <horatiu.vultur@...rochip.com>
Cc: Raju Lakkaraju <Raju.Lakkaraju@...rochip.com>, netdev@...r.kernel.org,
davem@...emloft.net, kuba@...nel.org, linux-kernel@...r.kernel.org,
bryan.whitehead@...rochip.com, richardcochran@...il.com,
UNGLinuxDriver@...rochip.com
Subject: Re: [PATCH net 2/3] net: lan743x: support WOL in MAC even when PHY
does not
> > + 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.
Powered by blists - more mailing lists