[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191123210447.GA8933@spectre>
Date: Sat, 23 Nov 2019 22:04:47 +0100
From: "Andreas K. Besslein" <besslein.andreas@...il.com>
To: netdev@...r.kernel.org
Cc: linux-usb@...r.kernel.org, oneukum@...e.com, davem@...emloft.net
Subject: [PATCH net] ax88179_178a: add ethtool_op_get_ts_info()
This enables the use of SW timestamping.
ax88179_178a uses the usbnet transmit function usbnet_start_xmit() which
implements software timestamping. ax88179_178a overrides ethtool_ops but
missed to set .get_ts_info. This caused SOF_TIMESTAMPING_TX_SOFTWARE
capapility to be not available.
Signed-off-by: Andreas K. Besslein <besslein.andreas@...il.com>
---
drivers/net/usb/ax88179_178a.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/usb/ax88179_178a.c b/drivers/net/usb/ax88179_178a.c
index daa54486ab09..8bc44c3f7c45 100644
--- a/drivers/net/usb/ax88179_178a.c
+++ b/drivers/net/usb/ax88179_178a.c
@@ -827,6 +827,7 @@ static const struct ethtool_ops ax88179_ethtool_ops = {
.nway_reset = usbnet_nway_reset,
.get_link_ksettings = ax88179_get_link_ksettings,
.set_link_ksettings = ax88179_set_link_ksettings,
+ .get_ts_info = ethtool_op_get_ts_info,
};
static void ax88179_set_multicast(struct net_device *net)
--
2.20.1
Powered by blists - more mailing lists