Re: [PATCH v3 03/13] net: phy: at803x: improve the WOL feature
From: Andrew Lunn
Date: Tue Oct 19 2021 - 08:29:15 EST
> Hi Andrew,
>
> when this register AT803X_INTR_STATUS bits are cleared after read, we can't
> clear only WOL interrupt here.
O.K. But you do have the value of the interrupt status register. So
you could call phy_trigger_machine(phydev) if there are any other
interrupt pending. They won't get lost that way.
Andrew