]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'phylib-fixed-speed-1G'
authorDavid S. Miller <davem@davemloft.net>
Sun, 11 Aug 2024 16:04:29 +0000 (17:04 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 11 Aug 2024 16:04:29 +0000 (17:04 +0100)
commit462a94ec9ff712d13fc7dd5b650b9a9f9c1d8013
treec31b87ae62e7e357d610cad73b0862b481fe7dcd
parent4efee05fefb8944fdf03ca33582ad6e73754b76c
parent6ff3cddc365beae1fbe185fd470cc0b86e895574
Merge branch 'phylib-fixed-speed-1G'

Russell King says:

====================
net: phylib: fix fixed-speed >= 1G

This is v2 of the patch (now patches) adding support for ethtool
!autoneg while respecting the requirements of IEEE 802.3.

v2 fixes the build errors in the previous patch by first constifying
the "advertisement" argument to the linkmode functions that only
read from this pointer. It also fixes the incorrectly named
linkmode_set function.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>