]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "net: core: 'ethtool' issue with querying phy settings"
authorDavid S. Miller <davem@davemloft.net>
Mon, 1 Jun 2015 21:43:50 +0000 (14:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Jun 2015 21:43:50 +0000 (14:43 -0700)
commit741c55931d06d82509ddde3b674634cbb8c1c66d
tree7ddf23ada91fcd6057b951a7d61ef39fed8e63ef
parentc334288e11589e94018c10db2c02aca939d35243
Revert "net: core: 'ethtool' issue with querying phy settings"

This reverts commit 7253b07b16a43e252065f0089d8148aad6a03dfc.

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>
net/core/ethtool.c