commit | 18ec898ee54e03a9aab8b54db50cb2b36209d313 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon Jun 01 14:43:50 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 01 14:43:50 2015 -0700 |
tree | 7ddf23ada91fcd6057b951a7d61ef39fed8e63ef | |
parent | c6e36d8c1a76be7a7afa2669483857dadec1e99c [diff] |
Revert "net: core: 'ethtool' issue with querying phy settings" This reverts commit f96dee13b8e10f00840124255bed1d8b4c6afd6f. It isn't right, ethtool is meant to manage one PHY instance per netdevice at a time, and this is selected by the SET command. Therefore by definition the GET command must only return the settings for the configured and selected PHY. Reported-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>