[PATCH] ieee1394: fix premature expiry of async packets
[powerpc.git] / drivers / ieee1394 / ieee1394_core.c
index 62764c3..a294e45 100644 (file)
@@ -520,7 +520,7 @@ int hpsb_send_packet(struct hpsb_packet *packet)
 
        if (!packet->no_waiter || packet->expect_response) {
                atomic_inc(&packet->refcnt);
-               packet->sendtime = jiffies;
+               packet->sendtime = jiffies + 10 * HZ;
                skb_queue_tail(&host->pending_packet_queue, packet->skb);
        }