commit | dc83ef22cdb483027f1bf0892e466433ec5299bf | [log] [tgz] |
---|---|---|
author | Andreas K. Besslein <besslein.andreas@gmail.com> | Sat Nov 23 22:04:47 2019 +0100 |
committer | Jakub Kicinski <jakub.kicinski@netronome.com> | Sun Nov 24 18:40:54 2019 -0800 |
tree | 2ab0d6ae3bf0316601aac9a87db7d051180f0f32 | |
parent | bd85880197d2f0150b10baf2fdfea7eed13f4aa8 [diff] |
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 capability to be not available. Signed-off-by: Andreas K. Besslein <besslein.andreas@gmail.com> Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>