commit | 2d55173e71b06c5a369489852d972304e14189fd | [log] [tgz] |
---|---|---|
author | Philippe Reynes <tremyfr@gmail.com> | Fri Apr 15 00:35:00 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 18 14:45:08 2016 -0400 |
tree | c02c71e55e4d63e9fb54c5cc6bcb721689435132 | |
parent | 6d62b4d5fac620ee0ca65dc6d99b0306d96bc541 [diff] |
phy: add generic function to support ksetting support The old ethtool api (get_setting and set_setting) has generic phy functions phy_ethtool_sset and phy_ethtool_gset. To supprt the new ethtool api (get_link_ksettings and set_link_ksettings), we add generic phy function phy_ethtool_ksettings_get and phy_ethtool_ksettings_set. Signed-off-by: Philippe Reynes <tremyfr@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>