]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
Merge branch 'net-phy-switch-eee_broken_modes-to-linkmode-bitmap-and-add-accessor'
authorJakub Kicinski <kuba@kernel.org>
Fri, 15 Nov 2024 02:01:40 +0000 (18:01 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 15 Nov 2024 02:02:11 +0000 (18:02 -0800)
Heiner Kallweit says:

====================
net: phy: switch eee_broken_modes to linkmode bitmap and add accessor

eee_broken_modes has a eee_cap1 register layout currently. This doesn't
allow to flag e.g. 2.5Gbps or 5Gbps BaseT EEE as broken. To overcome
this limitation switch eee_broken_modes to a linkmode bitmap.
Add an accessor for the bitmap and use it in r8169.
====================

Link: https://patch.msgid.link/405734c5-0ed4-40e4-9ac9-91084b9536d6@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge