summaryrefslogtreecommitdiff
path: root/include/uapi/video/edid.h
blob: 8c0f032014c9b5e21b49838571ebd6f85eb2a492 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _UAPI__linux_video_edid_h__
#define _UAPI__linux_video_edid_h__

struct edid_info {
	unsigned char dummy[128];
};


#endif /* _UAPI__linux_video_edid_h__ */
> 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