net: phy: Keep reporting transceiver type
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 20 Sep 2017 22:52:14 +0000 (15:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Sep 2017 22:20:40 +0000 (15:20 -0700)
commitceb628134a75564d7bfa8e4ef902e6e588339e11
tree57371b4d3fe35501bed2627b66218a2b93ff39d5
parent19cab8872692960535aa6d12e3a295ac51d1a648
net: phy: Keep reporting transceiver type

With commit 2d55173e71b0 ("phy: add generic function to support
ksetting support"), we lost the ability to report the transceiver type
like we used to. Now that we have added back the transceiver type to
ethtool_link_settings, we can report it back like we used to and have no
loss of information.

Fixes: 3f1ac7a700d0 ("net: ethtool: add new ETHTOOL_xLINKSETTINGS API")
Fixes: 2d55173e71b0 ("phy: add generic function to support ksetting support")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/phy.c