]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
net: phy: marvell: Add Wake from LAN support for 88E1510 PHY
authorJingju Hou <houjingj@marvell.com>
Sun, 22 Jan 2017 10:20:56 +0000 (18:20 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Jan 2017 17:43:17 +0000 (12:43 -0500)
Signed-off-by: Jingju Hou <houjingj@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/marvell.c

index 0b78210c0fa74e88b2ef5e27d4a7e6c78e9fa45c..ed0d235cf850ea11564bb446f8c8fc53879a9e73 100644 (file)
@@ -1679,6 +1679,8 @@ static struct phy_driver marvell_drivers[] = {
                .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,