]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: ethernet: ax88796: use phy_ethtool_{get|set}_link_ksettings
authorPhilippe Reynes <tremyfr@gmail.com>
Wed, 15 Jun 2016 22:12:49 +0000 (00:12 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Jun 2016 00:07:05 +0000 (17:07 -0700)
commitd21cfb375eb07ce294ac29a0a51e45413fc8506d
tree3ebf3cfea9e50cb64c92cc06395f08dfbc40dfe5
parentde0eabf86d005ab6b4fd5a5c254dcfe230d88a20
net: ethernet: ax88796: 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/8390/ax88796.c