diff mbox

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

Message ID 1485080456-6750-1-git-send-email-houjingj@marvell.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Jingju Hou Jan. 22, 2017, 10:20 a.m. UTC
Signed-off-by: Jingju Hou <houjingj@marvell.com>
---
 drivers/net/phy/marvell.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

David Miller Jan. 24, 2017, 5:44 p.m. UTC | #1
From: Jingju Hou <houjingj@marvell.com>
Date: Sun, 22 Jan 2017 18:20:56 +0800

> Signed-off-by: Jingju Hou <houjingj@marvell.com>

Applied.
diff mbox

Patch

diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c
index 0b78210..ed0d235 100644
--- a/drivers/net/phy/marvell.c
+++ b/drivers/net/phy/marvell.c
@@ -1679,6 +1679,8 @@  static int marvell_probe(struct phy_device *phydev)
 		.ack_interrupt = &marvell_ack_interrupt,
 		.config_intr = &marvell_config_intr,
 		.did_interrupt = &m88e1121_did_interrupt,
+		.get_wol = &m88e1318_get_wol,
+		.set_wol = &m88e1318_set_wol,
 		.resume = &marvell_resume,
 		.suspend = &marvell_suspend,
 		.get_sset_count = marvell_get_sset_count,