patch-2.3.29 linux/net/irda/irlap_frame.c
Next file: linux/net/irda/irlmp.c
Previous file: linux/net/irda/irlap_event.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sun Nov 21 11:13:57 1999
- Orig file:
v2.3.28/linux/net/irda/irlap_frame.c
- Orig date:
Wed Oct 27 16:34:13 1999
diff -u --recursive --new-file v2.3.28/linux/net/irda/irlap_frame.c linux/net/irda/irlap_frame.c
@@ -6,7 +6,7 @@
* Status: Experimental.
* Author: Dag Brattli <dagb@cs.uit.no>
* Created at: Tue Aug 19 10:27:26 1997
- * Modified at: Sat Oct 9 09:42:11 1999
+ * Modified at: Fri Nov 5 09:45:58 1999
* Modified by: Dag Brattli <dagb@cs.uit.no>
*
* Copyright (c) 1998-1999 Dag Brattli <dagb@cs.uit.no>,
@@ -60,7 +60,7 @@
*/
cb->magic = LAP_MAGIC;
cb->mtt = self->mtt_required;
- cb->speed = self->qos_tx.baud_rate.value;
+ cb->speed = self->speed;
/* Reset */
self->mtt_required = 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)