diff options
author | Li Yang <[email protected]> | 2023-08-02 14:13:47 -0500 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-08-04 10:00:17 +0100 |
commit | d7791cec2304aea22eb2ada944e4d467302f5bfe (patch) | |
tree | 72fa55fb998cfc52b539e9005c75c27522eed2a1 | |
parent | e58f30246c35c126c7571065b33bee4b3b1d2ef8 (diff) |
net: phy: at803x: remove set/get wol callbacks for AR8032
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 <[email protected]>
Cc: David Bauer <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
-rw-r--r-- | drivers/net/phy/at803x.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/phy/at803x.c b/drivers/net/phy/at803x.c index 9c2c2e2ee94b..8a77ec33b417 100644 --- a/drivers/net/phy/at803x.c +++ b/drivers/net/phy/at803x.c @@ -2064,8 +2064,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 */ |