mirror-linux/drivers/net/phy/qcom
Luo Jie 4ab9ada765 net: phy: qcom: qca808x: Fix WoL issue by utilizing at8031_set_wol()
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: e58f30246c ("net: phy: at803x: fix the wol setting functions")
Signed-off-by: Luo Jie <quic_luoj@quicinc.com>
Reviewed-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Link: https://patch.msgid.link/20250704-qcom_phy_wol_support-v1-2-053342b1538d@quicinc.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-07-07 16:43:47 -07:00
..
Kconfig net: phy: qcom: add support for QCA807x PHY Family 2024-02-10 15:36:19 +00:00
Makefile net: phy: qcom: add support for QCA807x PHY Family 2024-02-10 15:36:19 +00:00
at803x.c net: phy: qcom: move the WoL function to shared library 2025-07-07 16:43:47 -07:00
qca83xx.c net: phy: Constify struct mdio_device_id 2025-01-14 15:01:32 -08:00
qca807x.c net: phy: qca807x: use new phy_package_shared getters 2025-03-05 19:13:52 -08:00
qca808x.c net: phy: qcom: qca808x: Fix WoL issue by utilizing at8031_set_wol() 2025-07-07 16:43:47 -07:00
qcom-phy-lib.c net: phy: qcom: move the WoL function to shared library 2025-07-07 16:43:47 -07:00
qcom.h net: phy: qcom: move the WoL function to shared library 2025-07-07 16:43:47 -07:00