--- linux/drivers/net/irda/irtty.d5.c Thu Jun 6 17:53:06 2002 +++ linux/drivers/net/irda/irtty.c Thu Jun 6 17:53:16 2002 @@ -714,8 +714,6 @@ static void irtty_write_wakeup(struct tt self->tx_buff.data += actual; self->tx_buff.len -= actual; - - self->stats.tx_packets++; } else { /* * Now serial buffer is almost free & we can start @@ -723,6 +721,8 @@ static void irtty_write_wakeup(struct tt */ IRDA_DEBUG(5, __FUNCTION__ "(), finished with frame!\n"); + self->stats.tx_packets++; + tty->flags &= ~(1 << TTY_DO_WRITE_WAKEUP); if (self->new_speed) {