Skip to content
Commit 7a97bc03 authored by Stefan Richter's avatar Stefan Richter
Browse files

ieee1394: eth1394: handle tlabel exhaustion



When eth1394 was unable to acquire a transaction label, it just dropped
outgoing packets without attempt to resend them later.

The transmit queue is now halted if no tlabel is available to
->hard_start_xmit().  A workqueue job is then scheduled to catch the
moment when ieee1394 recycled the next lot of tlabels.

Fixes http://bugzilla.kernel.org/show_bug.cgi?id=8402

Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent 69c29fa7
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