Re: [PATCH v5 net-next] net: phy: smsc: add WoL support to LAN8740/LAN8742 PHYs

From: Simon Horman
Date: Mon Jul 24 2023 - 07:50:35 EST


On Thu, Jul 20, 2023 at 05:40:53PM -0700, Tristram.Ha@xxxxxxxxxxxxx wrote:
> From: Tristram Ha <Tristram.Ha@xxxxxxxxxxxxx>
>
> Microchip LAN8740/LAN8742 PHYs support basic unicast, broadcast, and
> Magic Packet WoL. They have one pattern filter matching up to 128 bytes
> of frame data, which can be used to implement ARP or multicast WoL.
>
> ARP WoL matches any ARP frame with broadcast address.
>
> Multicast WoL matches any multicast frame.
>
> Signed-off-by: Tristram Ha <Tristram.Ha@xxxxxxxxxxxxx>

Reviewed-by: Simon Horman <simon.horman@xxxxxxxxxxxx>