aboutsummaryrefslogtreecommitdiff
path: root/net/ethtool/Makefile
diff options
context:
space:
mode:
authorGravatar Michal Kubecek <mkubecek@suse.cz> 2020-01-26 23:11:13 +0100
committerGravatar David S. Miller <davem@davemloft.net> 2020-01-27 11:31:36 +0100
commit51ea22b04ea0c210f9ce87b8a600965dbe476bc2 (patch)
tree278820e9b0c6c519e55f852145bd33125f45f26d /net/ethtool/Makefile
parentethtool: add DEBUG_NTF notification (diff)
downloadlinux-51ea22b04ea0c210f9ce87b8a600965dbe476bc2.tar.gz
linux-51ea22b04ea0c210f9ce87b8a600965dbe476bc2.tar.bz2
linux-51ea22b04ea0c210f9ce87b8a600965dbe476bc2.zip
ethtool: provide WoL settings with WOL_GET request
Implement WOL_GET request to get wake-on-lan settings for a device, traditionally available via ETHTOOL_GWOL ioctl request. As part of the implementation, provide symbolic names for wake-on-line modes as ETH_SS_WOL_MODES string set. Signed-off-by: Michal Kubecek <mkubecek@suse.cz> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ethtool/Makefile')
-rw-r--r--net/ethtool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ethtool/Makefile b/net/ethtool/Makefile
index c120c820a4f5..424545a4aaec 100644
--- a/net/ethtool/Makefile
+++ b/net/ethtool/Makefile
@@ -5,4 +5,4 @@ obj-y += ioctl.o common.o
obj-$(CONFIG_ETHTOOL_NETLINK) += ethtool_nl.o
ethtool_nl-y := netlink.o bitset.o strset.o linkinfo.o linkmodes.o \
- linkstate.o debug.o
+ linkstate.o debug.o wol.o