|
@@ -2978,6 +2978,7 @@ static const struct ethtool_ops bnx2x_ethtool_ops = {
|
|
.get_module_eeprom = bnx2x_get_module_eeprom,
|
|
.get_module_eeprom = bnx2x_get_module_eeprom,
|
|
.get_eee = bnx2x_get_eee,
|
|
.get_eee = bnx2x_get_eee,
|
|
.set_eee = bnx2x_set_eee,
|
|
.set_eee = bnx2x_set_eee,
|
|
|
|
+ .get_ts_info = ethtool_op_get_ts_info,
|
|
};
|
|
};
|
|
|
|
|
|
void bnx2x_set_ethtool_ops(struct net_device *netdev)
|
|
void bnx2x_set_ethtool_ops(struct net_device *netdev)
|