From: Bastian Germann <redacted>
Fix a duplicate condition in the filter for showing MDI-X info.
I am not intending to continue on this issue, so I am dropping
the second patch (invalid for the current kernel side handling).
Changelog:
v2: - Collect the additional tags
- Drop the 2nd patch with the twisted pair port condition
Bastian Germann (1):
netlink: settings: Correct duplicate condition
netlink/settings.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.30.2
From: Bastian Germann <redacted>
tb's fields ETHTOOL_A_LINKINFO_TP_MDIX and ETHTOOL_A_LINKINFO_TP_MDIX_CTRL
are used in this case. The condition is duplicate for the former. Fix that.
Signed-off-by: Bastian Germann <redacted>
Fixes: 10cc3ea337d1 ("netlink: partial netlink handler for gset (no option)")
Acked-by: Michal Kubecek <redacted>
---
netlink/settings.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Hello:
This patch was applied to ethtool/ethtool.git (master)
by Michal Kubecek [off-list ref]:
On Tue, 9 Nov 2021 18:21:24 +0100 you wrote:
From: Bastian Germann <redacted>
Fix a duplicate condition in the filter for showing MDI-X info.
I am not intending to continue on this issue, so I am dropping
the second patch (invalid for the current kernel side handling).
Changelog:
v2: - Collect the additional tags
- Drop the 2nd patch with the twisted pair port condition
[...]