]> git.baikalelectronics.ru Git - kernel.git/commit
net: dummy: use generic helper to report timestamping info
authorJulian Wiedmann <jwi@linux.ibm.com>
Fri, 12 Apr 2019 11:06:13 +0000 (13:06 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Apr 2019 23:26:37 +0000 (16:26 -0700)
commit32f93c5a66acfb1b3519a5c3151e7a696778fb67
tree5299a2943106af2f18824b2bcfa3754519d117fc
parentf469bca5ba62564c405e79fd8ab1167c563b321e
net: dummy: use generic helper to report timestamping info

For reporting the common set of SW timestamping capabilities, use
ethtool_op_get_ts_info() instead of re-implementing it.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dummy.c