On 08/02/2025 15:43, Piotr Wejman wrote:
Update the driver to use the new hardware timestamping API added in commit
66f7223039c0 ("net: add NDOs for configuring hardware timestamping").
Use Netlink extack for error reporting in e1000e_hwtstamp_set.
Align the indentation of net_device_ops.
Signed-off-by: Piotr Wejman <wejma...@gmail.com>
---
Changes in v2:
- amend commit message
- use extack for error reporting
- rename e1000_mii_ioctl to e1000_ioctl
- Link to v1:
https://lore.kernel.org/netdev/20250202170839.47375-1-piotrwejma...@gmail.com/
Reviewed-by: Vadim Fedorenko <vadim.fedore...@linux.dev>