From 2f7c68cb55ecb7331f2381deb497c27155f32faf Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 03 Jan 2024 09:43:39 +0000 Subject: [PATCH] update kernel to 5.10.198 --- kernel/drivers/net/phy/at803x.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/kernel/drivers/net/phy/at803x.c b/kernel/drivers/net/phy/at803x.c index ed601a7..ac37351 100644 --- a/kernel/drivers/net/phy/at803x.c +++ b/kernel/drivers/net/phy/at803x.c @@ -1115,8 +1115,6 @@ .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 */ -- Gitblit v1.6.2