Re: [PATCH net-next] net: dsa/ar9331: convert to mac_link_up()

2020-06-25 Thread David Miller
From: Russell King Date: Wed, 24 Jun 2020 11:21:32 +0100 > Convert the ar9331 DSA driver to use the finalised link parameters in > mac_link_up() rather than the parameters in mac_config(). > > Tested-by: Oleksij Rempel > Signed-off-by: Russell King Applied.

Re: [PATCH net-next] net: dsa/ar9331: convert to mac_link_up()

2020-06-24 Thread Florian Fainelli
On 6/24/20 3:21 AM, Russell King wrote: > Convert the ar9331 DSA driver to use the finalised link parameters in > mac_link_up() rather than the parameters in mac_config(). > > Tested-by: Oleksij Rempel > Signed-off-by: Russell King Reviewed-by: Florian Fainelli -- Florian

[PATCH net-next] net: dsa/ar9331: convert to mac_link_up()

2020-06-24 Thread Russell King
Convert the ar9331 DSA driver to use the finalised link parameters in mac_link_up() rather than the parameters in mac_config(). Tested-by: Oleksij Rempel Signed-off-by: Russell King --- drivers/net/dsa/qca/ar9331.c | 60 +++- 1 file changed, 31 insertions(+), 29