net: phy: fixed: propagate fixed link values to struct
authorMadalin Bucur <madalin.bucur@freescale.com>
Wed, 26 Aug 2015 14:58:47 +0000 (17:58 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Aug 2015 18:24:49 +0000 (11:24 -0700)
commit4b195360914583899070835a08ceb06ac7b848d6
tree7b7a3a84a9a78fe050729ab75a46043345ee7c54
parentf50791ac1aca1ac1b0370d62397b43e9f831421a
net: phy: fixed: propagate fixed link values to struct

The fixed link values parsed from the device tree are stored in
the struct fixed_phy member status. The struct phy_device members
speed, duplex were not updated.

Signed-off-by: Madalin Bucur <madalin.bucur@freescale.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/fixed_phy.c