Merge branch '100base-Fx-link-modes'
authorDavid S. Miller <davem@davemloft.net>
Sat, 19 Sep 2020 23:54:35 +0000 (16:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 19 Sep 2020 23:54:43 +0000 (16:54 -0700)
commitdd92f1798981a9d7241d788dd478aea3460b09a1
treed0fe4ba12a193cd92fa1eadfefe51b9a5191aa34
parent09599729ee1ae9c418c0bd0fd48efff8a98d1c4d
parent9ef7e18ba52b4970934bed24589cff0c8be50c83
Merge branch '100base-Fx-link-modes'

Dan Murphy says:

====================
100base Fx link modes

As per patch https://lore.kernel.org/patchwork/patch/1300241/ the link
modes for 100base FX full and half duplex modes did not exist.  Adding
these link modes to the core and ethtool allow devices like the
DP83822, DP83869 and Broadcomm PHYs to properly advertise the correct
mode for Fiber 100Mbps.

Corresponding user land ethtool patches are available but rely on
these patches to be applied first.
====================

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