mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 05:31:15 +00:00
Revert "ethtool: Add n-tuple string length to drvinfo and return it"
This reverts commit c79c5ffdce
.
As Jeff points out we can't break the user visible interface
like this, we need to add this into the reserved[] thing.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
14f3ad6f4a
commit
738b0343e7
2 changed files with 0 additions and 4 deletions
|
@ -63,7 +63,6 @@ struct ethtool_drvinfo {
|
|||
char reserved2[12];
|
||||
__u32 n_priv_flags; /* number of flags valid in ETHTOOL_GPFLAGS */
|
||||
__u32 n_stats; /* number of u64's from ETHTOOL_GSTATS */
|
||||
__u32 n_ntuples; /* number of n-tuple filters from GSTRINGS */
|
||||
__u32 testinfo_len;
|
||||
__u32 eedump_len; /* Size of data from ETHTOOL_GEEPROM (bytes) */
|
||||
__u32 regdump_len; /* Size of data from ETHTOOL_GREGS (bytes) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue