Re: [PATCH net-next] net: mtk_eth_soc: use resolved link config in mac_link_up()

2020-06-22 Thread David Miller
From: Russell King Date: Sun, 21 Jun 2020 15:36:39 +0100 > Convert the mtk_eth_soc driver to use the finalised link parameters in > mac_link_up() rather than the parameters in mac_config(). > > Signed-off-by: Russell King Applied.

[PATCH net-next] net: mtk_eth_soc: use resolved link config in mac_link_up()

2020-06-21 Thread Russell King
Convert the mtk_eth_soc driver to use the finalised link parameters in mac_link_up() rather than the parameters in mac_config(). Signed-off-by: Russell King --- This is my untested stab at converting mtk_eth_soc.c to use the state passed in via mac_link_up() rather than mac_config(). Please test