]> git.baikalelectronics.ru Git - kernel.git/commit
net: ethernet: et131x: use phy_ethtool_{get|set}_link_ksettings
authorPhilippe Reynes <tremyfr@gmail.com>
Fri, 17 Jun 2016 21:32:15 +0000 (23:32 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Jun 2016 05:30:59 +0000 (22:30 -0700)
commit988a4e44c10935ce6cdd9c1879067e7ee665b9ec
treeebb737540e75949d15d45ff7df3fd4a816605fb3
parent623caf2e42e827c9e27feacc1df47db2e8647918
net: ethernet: et131x: use phy_ethtool_{get|set}_link_ksettings

There are two generics functions phy_ethtool_{get|set}_link_ksettings,
so we can use them instead of defining the same code in the driver.

Signed-off-by: Philippe Reynes <tremyfr@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/agere/et131x.c