Skip to content
Commit 5a3dba7a authored by Yongbae Park's avatar Yongbae Park Committed by David S. Miller
Browse files

net: WIZnet drivers: enable interrupts after napi_complete()



The interrupt is enabled before napi_complete(). A network timeout
occurs if the interrupt handler is called before napi_complete().

Fix the bug by enabling the interrupt after napi_complete().

Signed-off-by: default avatarYongbae Park <yongbae2@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4736edc7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment