Re: [PATCH net-next 2/3] net: phy: qcom: qca808x: Fix WoL issue by utilizing at8031_set_wol()
From: Maxime Chevallier
Date: Thu Jul 03 2025 - 10:23:39 EST
Hi,
On Thu, 3 Jul 2025 20:14:29 +0800
Luo Jie <quic_luoj@xxxxxxxxxxx> wrote:
> The previous commit unintentionally removed the code responsible for
> enabling WoL via MMD3 register 0x8012 BIT5. As a result, Wake-on-LAN
> (WoL) support for the QCA808X PHY is no longer functional.
>
> The WoL (Wake-on-LAN) feature for the QCA808X PHY is enabled via MMD3
> register 0x8012, BIT5. This implementation is aligned with the approach
> used in at8031_set_wol().
>
> Fixes: e58f30246c35 ("net: phy: at803x: fix the wol setting functions")
> Signed-off-by: Luo Jie <quic_luoj@xxxxxxxxxxx>
If this is a fix, you should target the -net tree instead -net-next :)
Maxime