patch-2.3.26 linux/drivers/net/irda/irtty.c
Next file: linux/drivers/net/irda/litelink.c
Previous file: linux/drivers/net/irda/irport.c
Back to the patch index
Back to the overall index
- Lines: 46
- Date:
Tue Nov 2 17:07:08 1999
- Orig file:
v2.3.25/linux/drivers/net/irda/irtty.c
- Orig date:
Wed Oct 27 16:34:12 1999
diff -u --recursive --new-file v2.3.25/linux/drivers/net/irda/irtty.c linux/drivers/net/irda/irtty.c
@@ -6,7 +6,7 @@
* Status: Experimental.
* Author: Dag Brattli <dagb@cs.uit.no>
* Created at: Tue Dec 9 21:18:38 1997
- * Modified at: Wed Oct 20 00:05:43 1999
+ * Modified at: Sun Oct 31 22:24:03 1999
* Modified by: Dag Brattli <dagb@cs.uit.no>
* Sources: slip.c by Laurence Culhane, <loz@holmes.demon.co.uk>
* Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
@@ -345,8 +345,6 @@
struct termios old_termios;
int cflag;
- IRDA_DEBUG(0, __FUNCTION__ "(), <%ld>\n", jiffies);
-
ASSERT(self != NULL, return;);
ASSERT(self->magic == IRTTY_MAGIC, return;);
@@ -355,7 +353,7 @@
cflag &= ~CBAUD;
- IRDA_DEBUG(0, __FUNCTION__ "(), Setting speed to %d\n", speed);
+ IRDA_DEBUG(2, __FUNCTION__ "(), Setting speed to %d\n", speed);
switch (speed) {
case 1200:
@@ -562,7 +560,8 @@
switch (self->mode) {
case IRDA_IRLAP:
/* Unwrap and destuff one byte */
- async_unwrap_char(self->netdev, &self->rx_buff, *cp++);
+ async_unwrap_char(self->netdev, &self->stats,
+ &self->rx_buff, *cp++);
break;
case IRDA_RAW:
/* What should we do when the buffer is full? */
@@ -587,7 +586,7 @@
{
struct irtty_cb *self;
- IRDA_DEBUG(0, __FUNCTION__ "()\n");
+ IRDA_DEBUG(2, __FUNCTION__ "()\n");
self = (struct irtty_cb *) task->instance;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)