commit | 9d9a77cee1ab53dc6419b1ab9da88c4e9342d26a | [log] [tgz] |
---|---|---|
author | Philippe Reynes <tremyfr@gmail.com> | Tue May 10 00:19:41 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue May 10 15:06:19 2016 -0400 |
tree | e9f29fd7fc1c0837c79cc1704a157e77a59863a3 | |
parent | 7a27de7810aee8d839e4a70d86ab450af60f72e5 [diff] |
net: phy: add phy_ethtool_{get|set}_link_ksettings Ethtool callbacks {get|set}_link_ksettings are often the same, so we add two generics functions phy_ethtool_{get|set}_link_ksettings to avoid writing severals times the same function. Signed-off-by: Philippe Reynes <tremyfr@gmail.com> Acked-By: David Decotigny <decot@googlers.com> Signed-off-by: David S. Miller <davem@davemloft.net>