mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
net/lapb: re-send packets on timeout
Actually re-send packets when the T1 timer runs out. This fixes a bug where packets are waiting on the write queue until disconnection when no other traffic is outstanding. Signed-off-by: Josselin Costanzi <josselin.costanzi@mobile-devices.fr> Signed-off-by: Maxime Jayat <maxime.jayat@mobile-devices.fr> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
f516e2c9ec
commit
a224bd36bf
@@ -154,6 +154,7 @@ static void lapb_t1timer_expiry(unsigned long param)
|
||||
} else {
|
||||
lapb->n2count++;
|
||||
lapb_requeue_frames(lapb);
|
||||
lapb_kick(lapb);
|
||||
}
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user