]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: phylink: allow half-duplex modes with RATE_MATCH_PAUSE
authorDaniel Golle <daniel@makrotopia.org>
Fri, 11 Oct 2024 03:40:39 +0000 (04:40 +0100)
committerJakub Kicinski <kuba@kernel.org>
Tue, 15 Oct 2024 00:41:00 +0000 (17:41 -0700)
commitff1585e971392e70ba47433413ad28d7417debb8
treeb8c96f684e644f8704c98cd9e757d1f9cf8f67dc
parent42386ae4dedcf065a5097d6cad3d77caa84f910a
net: phylink: allow half-duplex modes with RATE_MATCH_PAUSE

PHYs performing rate-matching using MAC-side flow-control always
perform duplex-matching as well in case they are supporting
half-duplex modes at all.
No longer remove half-duplex modes from their capabilities.

Suggested-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Link: https://patch.msgid.link/b157c0c289cfba024039a96e635d037f9d946745.1728617993.git.daniel@makrotopia.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/phylink.c