mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
In Linux v6.11, the structure 'kernel_ethtool_ts_info' was added as a copy of the existing 'ethtool_ts_info' for the kernel and the various kernel functions were updated to use the new structure. This broke the build for the nvethernet driver, so add a test to the conftest script to detect the presence of this new strucutue and update the nvethernet driver accordingly. Bug 4749580 Change-Id: I2c5daa0132edee8c98eec3a66e19144484325ab0 Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3176868 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Revanth Kumar Uppala <ruppala@nvidia.com>