obj-$(CONFIG_PHONET) += phonet.o pn_pep.o phonet-y := \ pn_dev.o \ pn_netlink.o \ socket.o \ datagram.o \ sysctl.o \ af_phonet.o pn_pep-y := pep.o pep-gprs.o n.ico'/>
summaryrefslogtreecommitdiff
path: root/net/ipx/af_ipx.c
select name='ignorews' onchange='this.form.submit();'>
AgeCommit message (Expand)AuthorFilesLines
mode:
authorJingju Hou <houjingj@marvell.com>2017-02-06 14:58:13 +0800
committerDavid S. Miller <davem@davemloft.net>2017-02-06 10:54:02 -0500
commitb60a00f9c5f14695991cb77dce7e926623269d88 (patch)
tree82abdeacb36a38b553f7fe2acf3ff7e4d8ae5ac8
parentbd092ad1463ca0990581fa992e12a9b0ed295d25 (diff)
net: mvneta: implement .set_wol and .get_wol
The mvneta itself does not support WOL, but the PHY might. So pass the calls to the PHY Signed-off-by: Jingju Hou <houjingj@marvell.com> Signed-off-by: Jisheng Zhang <jszhang@marvell.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--drivers/net/ethernet/marvell/mvneta.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/net/ethernet/marvell/mvneta.c b/drivers/net/ethernet/marvell/mvneta.c