Re: [PATCH] [iwl-net] Revert "igc: set TP bit in 'supported' and 'advertising' fields of ethtool_link_ksettings"
From: Simon Horman <horms@kernel.org>
Date: 2023-09-30 16:17:52
Also in:
intel-wired-lan
From: Simon Horman <horms@kernel.org>
Date: 2023-09-30 16:17:52
Also in:
intel-wired-lan
On Fri, Sep 22, 2023 at 09:38:04AM -0700, Prasad Koya wrote:
This reverts commit 9ac3fc2f42e5ffa1e927dcbffb71b15fa81459e2.
After the command "ethtool -s enps0 speed 100 duplex full autoneg on",
i.e., advertise only 100Mbps speed to the peer, "ethtool enps0" shows
advertised speeds as 100Mbps and 2500Mbps. Same behavior is seen
when changing the speed to 10Mbps or 1000Mbps.
This applies to I225/226 parts, which only supports copper mode.
Reverting to original till the ambiguity is resolved.
Fixes: 9ac3fc2f42e5 ("igc: set TP bit in 'supported' and
'advertising' fields of ethtool_link_ksettings")nit: I don't think it is correct to linewrap Fixes tags.
Signed-off-by: Prasad Koya <redacted>
...