Skip to content

Commit d7791ce

Browse files
Li Yangdavem330
authored andcommitted
net: phy: at803x: remove set/get wol callbacks for AR8032
Since the AR8032 part does not support wol, remove related callbacks from it. Fixes: 5800091 ("net: phy: at803x: add support for AR8032 PHY") Signed-off-by: Li Yang <leoyang.li@nxp.com> Cc: David Bauer <mail@david-bauer.net> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent e58f302 commit d7791ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/net/phy/at803x.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2064,8 +2064,6 @@ static struct phy_driver at803x_driver[] = {
20642064
.flags = PHY_POLL_CABLE_TEST,
20652065
.config_init = at803x_config_init,
20662066
.link_change_notify = at803x_link_change_notify,
2067-
.set_wol = at803x_set_wol,
2068-
.get_wol = at803x_get_wol,
20692067
.suspend = at803x_suspend,
20702068
.resume = at803x_resume,
20712069
/* PHY_BASIC_FEATURES */

0 commit comments

Comments
 (0)