]> git.baikalelectronics.ru Git - kernel.git/commit
net: ethernet: lpc_eth: use phy_ethtool_{get|set}_link_ksettings
authorPhilippe Reynes <tremyfr@gmail.com>
Tue, 28 Jun 2016 21:59:45 +0000 (23:59 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Jun 2016 12:15:33 +0000 (08:15 -0400)
commitc150805b8c52d14094df728c97defd66a4a0fd15
treebb4232e15e481e425ea9cf4a21c973e67a8c20b8
parent69d3867625c04009951d7507847326fcbd2bd686
net: ethernet: lpc_eth: 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/nxp/lpc_eth.c