diff options
Diffstat (limited to 'include/net/dsa.h')
-rw-r--r-- | include/net/dsa.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/net/dsa.h b/include/net/dsa.h index 60fb4ec8ba61..0bc0aad1b02e 100644 --- a/include/net/dsa.h +++ b/include/net/dsa.h | |||
@@ -356,10 +356,11 @@ struct dsa_switch_ops { | |||
356 | /* | 356 | /* |
357 | * ethtool hardware statistics. | 357 | * ethtool hardware statistics. |
358 | */ | 358 | */ |
359 | void (*get_strings)(struct dsa_switch *ds, int port, uint8_t *data); | 359 | void (*get_strings)(struct dsa_switch *ds, int port, |
360 | u32 stringset, uint8_t *data); | ||
360 | void (*get_ethtool_stats)(struct dsa_switch *ds, | 361 | void (*get_ethtool_stats)(struct dsa_switch *ds, |
361 | int port, uint64_t *data); | 362 | int port, uint64_t *data); |
362 | int (*get_sset_count)(struct dsa_switch *ds, int port); | 363 | int (*get_sset_count)(struct dsa_switch *ds, int port, int sset); |
363 | 364 | ||
364 | /* | 365 | /* |
365 | * ethtool Wake-on-LAN | 366 | * ethtool Wake-on-LAN |