Skip to content

Commit 001b7d6

Browse files
Li Yanggregkh
authored andcommitted
net: phy: at803x: remove set/get wol callbacks for AR8032
commit d7791ce upstream. 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 <[email protected]> Cc: David Bauer <[email protected]> Signed-off-by: David S. Miller <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent a3e5f3b commit 001b7d6

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
@@ -2087,8 +2087,6 @@ static struct phy_driver at803x_driver[] = {
20872087
.flags = PHY_POLL_CABLE_TEST,
20882088
.config_init = at803x_config_init,
20892089
.link_change_notify = at803x_link_change_notify,
2090-
.set_wol = at803x_set_wol,
2091-
.get_wol = at803x_get_wol,
20922090
.suspend = at803x_suspend,
20932091
.resume = at803x_resume,
20942092
/* PHY_BASIC_FEATURES */

0 commit comments

Comments
 (0)