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
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
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