net: dpaa2-mac: add support for more ethtool 10G link modes
authorRussell King <rmk+kernel@armlinux.org.uk>
Fri, 17 Sep 2021 13:41:17 +0000 (14:41 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 19 Sep 2021 11:11:40 +0000 (12:11 +0100)
commit9eb7b5e7cb50942f55c1346b0f8d940c07201202
tree3d32b71d12f6cbde70ce53f65cbce02f9bfc8287
parent983e59a27b92d7e1a3432a1009522177cc1e187b
net: dpaa2-mac: add support for more ethtool 10G link modes

Phylink documentation says:
  Note that the PHY may be able to transform from one connection
  technology to another, so, eg, don't clear 1000BaseX just
  because the MAC is unable to BaseX mode. This is more about
  clearing unsupported speeds and duplex settings. The port modes
  should not be cleared; phylink_set_port_modes() will help with this.

So add the missing 10G modes.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Acked-by: Marek BehĂșn <kabel@kernel.org>
Acked-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.c