Skip to content

Commit

Permalink
net: phy: at803x: remove set/get wol callbacks for AR8032
Browse files Browse the repository at this point in the history
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 <leoyang.li@nxp.com>
Cc: David Bauer <mail@david-bauer.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Li Yang authored and gregkh committed Aug 16, 2023
1 parent a3e5f3b commit 001b7d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/phy/at803x.c
Expand Up @@ -2087,8 +2087,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 */
Expand Down

0 comments on commit 001b7d6

Please sign in to comment.