mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
74c60d6681e80a1be5ac687151b05357faf3fe99
For Linux v6.9, the structure 'ethtool_eee' was replaced by 'ethtool_keee' and this new structure uses bitmaps for the structure fields 'supported', 'advertised' and 'lp_advertised' as opposed to 'u32' types. A test has been added to the conftest script to detect the presence of the ethtool_keee structure and so use the definitions generated by conftest to compile the r8168 accordingly. Note that because the 'supported', 'advertised' and 'lp_advertised' fields are no longer 'u32' types use the functions mii_eee_cap1_mod_linkmode_t() and linkmode_to_mii_eee_cap1_t() for working with the bitmap types. Bug 4471899 Change-Id: I44053d36499261c2aec855ea396bf5654b207ff6 Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3110495 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Tested-by: Laxman Dewangan <ldewangan@nvidia.com>
Description
No description provided