commit | d69d169493463e6b1da9a1965d35126e479aa27f | [log] [tgz] |
---|---|---|
author | Christoph Fritz <chf.fritz@googlemail.com> | Thu May 26 04:06:47 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue May 31 14:22:23 2016 -0700 |
tree | 6853221cbea62c9d745b17e5581e057b3846d344 | |
parent | f00e35e259948b995aa1f3ee7fddb05f34a50157 [diff] |
usbnet: smsc95xx: fix link detection for disabled autonegotiation To detect link status up/down for connections where autonegotiation is explicitly disabled, we don't get an irq but need to poll the status register for link up/down detection. This patch adds a workqueue to poll for link status. Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com> Signed-off-by: David S. Miller <davem@davemloft.net>