diff options
author | Susant Sahani <susant@redhat.com> | 2016-11-04 15:25:07 +0530 |
---|---|---|
committer | Susant Sahani <susant@redhat.com> | 2016-11-10 15:12:56 +0530 |
commit | a39f92d391ac1ce06b3618874ff4211ecb11f549 (patch) | |
tree | 86e78a7fee5ec9fd2ae79adbfeeee336844d8af4 /configure.ac | |
parent | 843d5baf6aad6c53fc00ea8d95d83209a4f92de1 (diff) |
Link: port to new ethtool ETHTOOL_xLINKSETTINGS
Link: port to new ethtool ETHTOOL_xLINKSETTINGS
This patch defines a new ETHTOOL_GLINKSETTINGS/SLINKSETTINGS API,
handled by the new get_link_ksettings/set_link_ksettings .
This is a WIP version based on this [kernel
patch](https://patchwork.kernel.org/patch/8411401/).
commit 0527f1c
http://github.com/torvalds/linux/commit/3f1ac7a700d039c61d8d8b99f28d605d489a60cfommit
35afb33
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7f6b3b937c..6423204178 100644 --- a/configure.ac +++ b/configure.ac @@ -319,9 +319,10 @@ AC_CHECK_DECLS([ #include <linux/random.h> ]]) -AC_CHECK_TYPES([char16_t, char32_t, key_serial_t], +AC_CHECK_TYPES([char16_t, char32_t, key_serial_t, struct ethtool_link_settings], [], [], [[ #include <uchar.h> +#include <linux/ethtool.h> ]]) AC_CHECK_DECLS([IFLA_INET6_ADDR_GEN_MODE, |