Re: [PATCH] dlci: update last_rx after netif_rx

2001-02-26 Thread Arnaldo Carvalho de Melo
Em Mon, Feb 26, 2001 at 09:56:13PM -0500, Jeff Garzik escreveu: > Arnaldo Carvalho de Melo wrote: > > --- linux-2.4.2/drivers/net/wan/dlci.c Tue Feb 13 19:15:05 2001 > > +++ linux-2.4.2.acme/drivers/net/wan/dlci.c Mon Feb 26 23:43:25 2001 > > @@ -229,6 +229,7 @@ > >

Re: [PATCH] dlci: update last_rx after netif_rx

2001-02-26 Thread Jeff Garzik
Arnaldo Carvalho de Melo wrote: > --- linux-2.4.2/drivers/net/wan/dlci.c Tue Feb 13 19:15:05 2001 > +++ linux-2.4.2.acme/drivers/net/wan/dlci.c Mon Feb 26 23:43:25 2001 > @@ -229,6 +229,7 @@ > skb_pull(skb, header); > netif_rx(skb); >

[PATCH] dlci: update last_rx after netif_rx

2001-02-26 Thread Arnaldo Carvalho de Melo
Hi, Please consider applying. - Arnaldo --- linux-2.4.2/drivers/net/wan/dlci.c Tue Feb 13 19:15:05 2001 +++ linux-2.4.2.acme/drivers/net/wan/dlci.c Mon Feb 26 23:43:25 2001 @@ -205,7 +205,7 @@ case FRAD_P_IP: header =

[PATCH] dlci: update last_rx after netif_rx

2001-02-26 Thread Arnaldo Carvalho de Melo
Hi, Please consider applying. - Arnaldo --- linux-2.4.2/drivers/net/wan/dlci.c Tue Feb 13 19:15:05 2001 +++ linux-2.4.2.acme/drivers/net/wan/dlci.c Mon Feb 26 23:43:25 2001 @@ -205,7 +205,7 @@ case FRAD_P_IP: header =

Re: [PATCH] dlci: update last_rx after netif_rx

2001-02-26 Thread Jeff Garzik
Arnaldo Carvalho de Melo wrote: --- linux-2.4.2/drivers/net/wan/dlci.c Tue Feb 13 19:15:05 2001 +++ linux-2.4.2.acme/drivers/net/wan/dlci.c Mon Feb 26 23:43:25 2001 @@ -229,6 +229,7 @@ skb_pull(skb, header); netif_rx(skb);

Re: [PATCH] dlci: update last_rx after netif_rx

2001-02-26 Thread Arnaldo Carvalho de Melo
Em Mon, Feb 26, 2001 at 09:56:13PM -0500, Jeff Garzik escreveu: Arnaldo Carvalho de Melo wrote: --- linux-2.4.2/drivers/net/wan/dlci.c Tue Feb 13 19:15:05 2001 +++ linux-2.4.2.acme/drivers/net/wan/dlci.c Mon Feb 26 23:43:25 2001 @@ -229,6 +229,7 @@ skb_pull(skb,