aboutsummaryrefslogtreecommitdiff
path: root/net/ethtool/Makefile
diff options
context:
space:
mode:
authorGravatar Michal Kubecek <mkubecek@suse.cz> 2020-03-12 21:08:08 +0100
committerGravatar David S. Miller <davem@davemloft.net> 2020-03-12 15:32:33 -0700
commite16c3386fc4d9611b6a2abaa639318c7ae793370 (patch)
treecf0205fc9bc9d96f6e17b98a2250a5ad9a8ac6fa /net/ethtool/Makefile
parentethtool: add FEATURES_NTF notification (diff)
downloadlinux-e16c3386fc4d9611b6a2abaa639318c7ae793370.tar.gz
linux-e16c3386fc4d9611b6a2abaa639318c7ae793370.tar.bz2
linux-e16c3386fc4d9611b6a2abaa639318c7ae793370.zip
ethtool: provide private flags with PRIVFLAGS_GET request
Implement PRIVFLAGS_GET request to get private flags for a network device. These are traditionally available via ETHTOOL_GPFLAGS ioctl request. Signed-off-by: Michal Kubecek <mkubecek@suse.cz> Reviewed-by: Jakub Kicinski <kuba@kernel.org> 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 5be8c9ab26d1..58708bcc2968 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 wol.o features.o
+ linkstate.o debug.o wol.o features.o privflags.o