]> git.baikalelectronics.ru Git - kernel.git/commit
net: mtk_eth_soc: mark as a legacy_pre_march2020 driver
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Thu, 9 Dec 2021 13:11:43 +0000 (13:11 +0000)
committerJakub Kicinski <kuba@kernel.org>
Thu, 9 Dec 2021 19:21:03 +0000 (11:21 -0800)
commit652fb6bdfb62e1a7f4e2f2c5903c105c654b35e9
tree5f43fcafb52e6a1f676f8e01395a5ad3bd0c8764
parent6df045d518023ef8043a99850f36341f3cc65761
net: mtk_eth_soc: mark as a legacy_pre_march2020 driver

mtk_eth_soc has not been updated for commit 636565c07bcb ("net: phylink:
avoid mac_config calls"), and makes use of state->speed and
state->duplex in contravention of the phylink documentation. This makes
reliant on the legacy behaviours, so mark it as a legacy driver.

Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/mediatek/mtk_eth_soc.c