commit | 968ad9da7e0e333e25442950e10a1b631981ce84 | [log] [tgz] |
---|---|---|
author | Raju Lakkaraju <Raju.Lakkaraju@microsemi.com> | Thu Nov 17 13:07:21 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 18 12:12:14 2016 -0500 |
tree | a5a4ebc7297c7f9407ec65da4228b63a44b92992 | |
parent | 0d27f4e437e448c4ff440a31567b9729d1634d66 [diff] |
ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLE Adding get_tunable/set_tunable function pointer to the phy_driver structure, and uses these function pointers to implement the ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLE ioctls. Signed-off-by: Raju Lakkaraju <Raju.Lakkaraju@microsemi.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Allan W. Nielsen <allan.nielsen@microsemi.com> Signed-off-by: David S. Miller <davem@davemloft.net>