Skip to content
Commit 9a469abe authored by Joerg Ahrens's avatar Joerg Ahrens Committed by Jeff Garzik
Browse files

[PATCH] xirc2ps_cs: Cannot reset card in atomic context



I am using a Xircom CEM33 pcmcia NIC which has occasional hardware problems.
If the netdev watchdog detects a transmit timeout, do_reset is called which
msleeps - this is illegal in atomic context.

This patch schedules the timeout handling as a workqueue item.

Signed-off-by: default avatarDaniel Drake <dsd@gentoo.org>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent cb958186
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