RE: [PATCH v3 net-next] net: mvneta: implement .set_wol and .get_wol

2017-01-22 Thread YUAN Linyu
er.kernel.org; Jingju Hou > Subject: [PATCH v3 net-next] 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 > --- > Since v2: > - it should be phyd

Re: [PATCH v3 net-next] net: mvneta: implement .set_wol and .get_wol

2017-01-22 Thread David Miller
From: Jingju Hou Date: Mon, 23 Jan 2017 12:11:18 +0800 > The mvneta itself does not support WOL, but the PHY might. > So pass the calls to the PHY > > Signed-off-by: Jingju Hou > --- > Since v2: > - it should be phydev member not phy_dev > > drivers/net/ethernet/marvell/mvneta.c | 21

[PATCH v3 net-next] net: mvneta: implement .set_wol and .get_wol

2017-01-22 Thread Jingju Hou
The mvneta itself does not support WOL, but the PHY might. So pass the calls to the PHY Signed-off-by: Jingju Hou --- Since v2: - it should be phydev member not phy_dev drivers/net/ethernet/marvell/mvneta.c | 21 + 1 file changed, 21 insertions(+) diff --git a/drivers/net/e