net: mvneta: use .mac_select_pcs() interface
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Tue, 25 Jan 2022 16:59:34 +0000 (16:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Jan 2022 13:31:03 +0000 (13:31 +0000)
commit0ac4a71fc09c43f0474015b9b6cff71d1821c1f1
tree15356500e61853127fb91c41e481148fc4749ad6
parent72bb9531162a9f9aa6985c2b7d8d8c0c05ec48ad
net: mvneta: use .mac_select_pcs() interface

Convert mvneta to use the mac_select_interface rather than using
phylink_set_pcs(). The intention here is to unify the approach for
PCS and eventually remove phylink_set_pcs().

Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/mvneta.c