]> git.baikalelectronics.ru Git - kernel.git/commit
net: bcmgenet: use ethtool_op_get_ts_info()
authorRyan M. Collins <rmc032@bucknell.edu>
Fri, 30 Aug 2019 18:49:55 +0000 (14:49 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Sep 2019 06:51:19 +0000 (23:51 -0700)
commit6ee8a548c4f6e8b6be3ff14117b81ae073ec0ad5
tree545be319ac6fabcd598394041d6ce87e27dc863f
parent2e08125293ee41072560a4a6285ac3cc9fc94782
net: bcmgenet: use ethtool_op_get_ts_info()

This change enables the use of SW timestamping on the Raspberry Pi 4.

bcmgenet's transmit function bcmgenet_xmit() implements software
timestamping. However the SOF_TIMESTAMPING_TX_SOFTWARE capability was
missing and only SOF_TIMESTAMPING_RX_SOFTWARE was announced. By using
ethtool_ops bcmgenet_ethtool_ops() as get_ts_info(), the
SOF_TIMESTAMPING_TX_SOFTWARE capability is announced.

Similar to commit b75da18c58e6 ("smsc95xx: use ethtool_op_get_ts_info()")

Signed-off-by: Ryan M. Collins <rmc032@bucknell.edu>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Doug Berger <opendmb@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/genet/bcmgenet.c