Commit d7791cec authored by Li Yang's avatar Li Yang Committed by David S. Miller
Browse files

net: phy: at803x: remove set/get wol callbacks for AR8032



Since the AR8032 part does not support wol, remove related callbacks
from it.

Fixes: 5800091a ("net: phy: at803x: add support for AR8032 PHY")
Signed-off-by: default avatarLi Yang <leoyang.li@nxp.com>
Cc: David Bauer <mail@david-bauer.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e58f3024
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 */