mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 12:00:22 +09:00
net: phy: at803x: remove set/get wol callbacks for AR8032
commitd7791cec23upstream. Since the AR8032 part does not support wol, remove related callbacks from it. Fixes:5800091a20("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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7d496cd83a
commit
1ae9703c2e
@@ -1375,8 +1375,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 */
|
||||
|
||||
Reference in New Issue
Block a user