Commit f39aac7e authored by Jingju Hou's avatar Jingju Hou Committed by David S. Miller

net: phy: marvell: Add Wake from LAN support for 88E1510 PHY

Signed-off-by: default avatarJingju Hou <houjingj@marvell.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent baae29d6
...@@ -1679,6 +1679,8 @@ static struct phy_driver marvell_drivers[] = { ...@@ -1679,6 +1679,8 @@ static struct phy_driver marvell_drivers[] = {
.ack_interrupt = &marvell_ack_interrupt, .ack_interrupt = &marvell_ack_interrupt,
.config_intr = &marvell_config_intr, .config_intr = &marvell_config_intr,
.did_interrupt = &m88e1121_did_interrupt, .did_interrupt = &m88e1121_did_interrupt,
.get_wol = &m88e1318_get_wol,
.set_wol = &m88e1318_set_wol,
.resume = &marvell_resume, .resume = &marvell_resume,
.suspend = &marvell_suspend, .suspend = &marvell_suspend,
.get_sset_count = marvell_get_sset_count, .get_sset_count = marvell_get_sset_count,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment