commit | a4d2adee110d1534705d84c573a41e6d7877f0d7 | [log] [tgz] |
---|---|---|
author | Khoronzhuk, Ivan <ivan.khoronzhuk@ti.com> | Fri Oct 17 20:44:36 2014 +0300 |
committer | Tom Rini <trini@ti.com> | Thu Oct 23 11:27:28 2014 -0400 |
tree | 76da94187c5033acbfbe637dbad3ba926a9e1e0b | |
parent | 3fe93623cc5f5c5373fe0c0b7fe331f8800f4350 [diff] |
net: keystone_net: use general get link function The phy framework has function to get link, so use it instead of own implementation. There is no reason to check SGMII link while sending each packet, phy link is enough. Check SGMII link only while ethernet open. Acked-by: Vitaly Andrianov <vitalya@ti.com> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>