|
@@ -866,7 +866,7 @@ static const struct ethtool_ops qeth_l2_ethtool_ops = {
|
|
|
.get_link = ethtool_op_get_link,
|
|
|
.get_strings = qeth_core_get_strings,
|
|
|
.get_ethtool_stats = qeth_core_get_ethtool_stats,
|
|
|
- .get_stats_count = qeth_core_get_stats_count,
|
|
|
+ .get_sset_count = qeth_core_get_sset_count,
|
|
|
.get_drvinfo = qeth_core_get_drvinfo,
|
|
|
.get_settings = qeth_core_ethtool_get_settings,
|
|
|
};
|
|
@@ -874,7 +874,7 @@ static const struct ethtool_ops qeth_l2_ethtool_ops = {
|
|
|
static const struct ethtool_ops qeth_l2_osn_ops = {
|
|
|
.get_strings = qeth_core_get_strings,
|
|
|
.get_ethtool_stats = qeth_core_get_ethtool_stats,
|
|
|
- .get_stats_count = qeth_core_get_stats_count,
|
|
|
+ .get_sset_count = qeth_core_get_sset_count,
|
|
|
.get_drvinfo = qeth_core_get_drvinfo,
|
|
|
};
|
|
|
|