commit | 7438a5455734d109fdf18d97147dc57a6dbe5a44 | [log] [tgz] |
---|---|---|
author | Adam Edvardsson <adam.edvardsson@orsoc.se> | Thu Nov 25 02:30:27 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 28 11:16:35 2010 -0800 |
tree | 7153605bec3b359c91a8421e83da6a879b1583b6 | |
parent | eac0d3ff5a92de410964fdf0d072314821ca39fc [diff] |
ethoc: enable interrupts after napi_complete Occasionally, it seems that some race is causing the interrupts to not be reenabled otherwise with the end result that networking just stops working. Enabling interrupts after calling napi_complete is more in line with what other drivers do. Signed-off-by: Jonas Bonn <jonas@southpole.se> Signed-off-by: David S. Miller <davem@davemloft.net>