diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-08-09 11:42:54 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-08-09 11:42:54 +0200 |
| commit | 0a26880b8d9264c06eb7e62d9b26ef5e98fe9475 (patch) | |
| tree | 7bcd2fa47af6c8cde1ba1ae5ceccc63e145b3ad7 /sys/socket_ppc64le.const | |
| parent | a5c7c2c4bd608ab010a2494161da800f305a9ca5 (diff) | |
sys: fix typo in ETHTOOLGCHANNELS const and diagnose such cases
Diffstat (limited to 'sys/socket_ppc64le.const')
| -rw-r--r-- | sys/socket_ppc64le.const | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
