| Submitter | Richard Cochran |
|---|---|
| Date | April 3, 2012, 5:47 p.m. |
| Message ID | <8d423011d902da2cf0f573b560296a9325f59d6f.1333474523.git.richardcochran@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/150499/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/drivers/net/ethernet/8390/etherh.c b/drivers/net/ethernet/8390/etherh.c index 48c4948..89cba45 100644 --- a/drivers/net/ethernet/8390/etherh.c +++ b/drivers/net/ethernet/8390/etherh.c @@ -635,6 +635,7 @@ static const struct ethtool_ops etherh_ethtool_ops = { .get_settings = etherh_get_settings, .set_settings = etherh_set_settings, .get_drvinfo = etherh_get_drvinfo, + .get_ts_info = ethtool_op_get_ts_info, }; static const struct net_device_ops etherh_netdev_ops = {
Signed-off-by: Richard Cochran <richardcochran@gmail.com> --- drivers/net/ethernet/8390/etherh.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)