commit | 6b02e407cbf8d421477ebb7792cd6380affcd313 | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Sun Mar 22 19:03:56 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 23 21:38:21 2020 -0700 |
tree | 408c6e6b93d9b94c66645e674d37d3b099818e43 | |
parent | 3f6ca6c739892ed018bc17100efa4703fcc8af46 [diff] |
r8169: improve RTL8168b FIFO overflow workaround So far only the reset bit it set, but the handler executing the reset is not scheduled. Therefore nothing will happen until some other action schedules the handler. Improve this by ensuring that the handler is scheduled. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>