From 10ebd8556b7990499c896a550e3d416b444211e6 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 02:23:07 +0000 Subject: [PATCH] add led --- 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