commit | 4b195360914583899070835a08ceb06ac7b848d6 | [log] [tgz] |
---|---|---|
author | Madalin Bucur <madalin.bucur@freescale.com> | Wed Aug 26 17:58:47 2015 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 27 11:24:49 2015 -0700 |
tree | 7b7a3a84a9a78fe050729ab75a46043345ee7c54 | |
parent | f50791ac1aca1ac1b0370d62397b43e9f831421a [diff] |
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>