]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net/mlx5e: Add missing link modes to ptys2ethtool_map
authorShahar Shitrit <shshitrit@nvidia.com>
Sun, 11 Aug 2024 10:56:13 +0000 (13:56 +0300)
committerSaeed Mahameed <saeedm@nvidia.com>
Mon, 9 Sep 2024 19:39:57 +0000 (12:39 -0700)
commit7617d62cba4a8a3ff3ed3fda0171c43f135c142e
tree954969c70b282adda882e277ea109bd6545044eb
parent7472d157cb8014103105433bcc0705af2e6f7184
net/mlx5e: Add missing link modes to ptys2ethtool_map

Add MLX5E_1000BASE_T and MLX5E_100BASE_TX to the legacy
modes in ptys2legacy_ethtool_table, since they were missing.

Fixes: 665bc53969d7 ("net/mlx5e: Use new ethtool get/set link ksettings API")
Signed-off-by: Shahar Shitrit <shshitrit@nvidia.com>
Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
Reviewed-by: Carolina Jubran <cjubran@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c