From 0a26880b8d9264c06eb7e62d9b26ef5e98fe9475 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 9 Aug 2017 11:42:54 +0200 Subject: sys: fix typo in ETHTOOLGCHANNELS const and diagnose such cases --- sys/socket_ppc64le.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/socket_ppc64le.const') diff --git a/sys/socket_ppc64le.const b/sys/socket_ppc64le.const index e5aa20458..5c27956ec 100644 --- a/sys/socket_ppc64le.const +++ b/sys/socket_ppc64le.const @@ -25,6 +25,7 @@ ETHTOOL_EROMVERS_LEN = 32 ETHTOOL_FLASHDEV = 51 ETHTOOL_FLASH_MAX_FILENAME = 128 ETHTOOL_FWVERS_LEN = 32 +ETHTOOL_GCHANNELS = 60 ETHTOOL_GCOALESCE = 14 ETHTOOL_GDRVINFO = 3 ETHTOOL_GEEE = 68 -- cgit mrf-deployment