summaryrefslogtreecommitdiff
path: root/include/linux/ethtool.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2010-02-26 05:12:02 -0800
committerDavid S. Miller <davem@davemloft.net>2010-02-26 05:12:02 -0800
commit738b0343e73604750feb107e063c28b3ca36cb84 (patch)
treed288246dd868c20a1c80eaec0c8f20c5a28a2cbc /include/linux/ethtool.h
parent14f3ad6f4a12495b32b0dd743bc7179f36658208 (diff)
Revert "ethtool: Add n-tuple string length to drvinfo and return it"
This reverts commit c79c5ffdce14abb4de3878c5aa8c3c6e5093c69b. 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>
Diffstat (limited to 'include/linux/ethtool.h')
-rw-r--r--include/linux/ethtool.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h
index f7992a256b71..cca1c3de140d 100644
--- a/include/linux/ethtool.h
+++ b/include/linux/ethtool.h
@@ -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) */