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)
commitabe9fd5726e0f56b6954788f525973545d3ec94e
tree5299a2943106af2f18824b2bcfa3754519d117fc
parente0a092ebebf714c7b6723cae764fc865e2f8c2a7
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