This is a note to let you know that I've just added the patch titled net: phy: at803x: remove set/get wol callbacks for AR8032 to the 5.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: net-phy-at803x-remove-set-get-wol-callbacks-for-ar8032.patch and it can be found in the queue-5.10 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From d7791cec2304aea22eb2ada944e4d467302f5bfe Mon Sep 17 00:00:00 2001 From: Li Yang <leoyang.li@xxxxxxx> Date: Wed, 2 Aug 2023 14:13:47 -0500 Subject: net: phy: at803x: remove set/get wol callbacks for AR8032 From: Li Yang <leoyang.li@xxxxxxx> commit d7791cec2304aea22eb2ada944e4d467302f5bfe upstream. Since the AR8032 part does not support wol, remove related callbacks from it. Fixes: 5800091a2061 ("net: phy: at803x: add support for AR8032 PHY") Signed-off-by: Li Yang <leoyang.li@xxxxxxx> Cc: David Bauer <mail@xxxxxxxxxxxxxxx> Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/net/phy/at803x.c | 2 -- 1 file changed, 2 deletions(-) --- a/drivers/net/phy/at803x.c +++ b/drivers/net/phy/at803x.c @@ -1115,8 +1115,6 @@ static struct phy_driver at803x_driver[] .flags = PHY_POLL_CABLE_TEST, .config_init = at803x_config_init, .link_change_notify = at803x_link_change_notify, - .set_wol = at803x_set_wol, - .get_wol = at803x_get_wol, .suspend = at803x_suspend, .resume = at803x_resume, /* PHY_BASIC_FEATURES */ Patches currently in stable-queue which might be from leoyang.li@xxxxxxx are queue-5.10/net-phy-at803x-remove-set-get-wol-callbacks-for-ar8032.patch