[PATCH] : ir257_irtty_stats.diff

From: Jean Tourrilhes (jt@bougret.hpl.hp.com)
Date: Tue Apr 02 2002 - 21:25:34 EST


ir257_irtty_stats.diff :
----------------------
        <Following patch from Frank Becker>
        o [FEATURE] Update dev tx stats at the right time

diff -u -p linux/drivers/net/irda/irtty.d5.c linux/drivers/net/irda/irtty.c
--- linux/drivers/net/irda/irtty.d5.c Thu Mar 21 15:28:08 2002
+++ linux/drivers/net/irda/irtty.c Thu Mar 21 15:29:38 2002
@@ -713,8 +713,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
@@ -722,6 +720,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) {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Apr 07 2002 - 22:00:10 EST