patch-2.3.35 linux/drivers/net/irda/litelink.c
Next file: linux/drivers/net/irda/old_belkin.c
Previous file: linux/drivers/net/irda/irtty.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Dec 21 10:17:31 1999
- Orig file:
v2.3.34/linux/drivers/net/irda/litelink.c
- Orig date:
Sun Nov 7 16:37:34 1999
diff -u --recursive --new-file v2.3.34/linux/drivers/net/irda/litelink.c linux/drivers/net/irda/litelink.c
@@ -6,7 +6,7 @@
* Status: Stable
* Author: Dag Brattli <[email protected]>
* Created at: Fri May 7 12:50:33 1999
- * Modified at: Sat Oct 30 20:24:58 1999
+ * Modified at: Fri Dec 17 09:16:23 1999
* Modified by: Dag Brattli <[email protected]>
*
* Copyright (c) 1999 Dag Brattli, All Rights Reserved.
@@ -71,7 +71,7 @@
static void litelink_open(dongle_t *self, struct qos_info *qos)
{
qos->baud_rate.bits &= IR_9600|IR_19200|IR_38400|IR_57600|IR_115200;
- qos->min_turn_time.bits &= 0x40; /* Needs 0.01 ms */
+ qos->min_turn_time.bits = 0x7f; /* Needs 0.01 ms */
MOD_INC_USE_COUNT;
}
FUNET's LINUX-ADM group, [email protected]
TCL-scripts by Sam Shen (who was at: [email protected])