From 116674acc97ba75a720329996877077d988443a2 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 9 Mar 2001 20:33:35 +0000 Subject: Merge with Linux 2.4.2. --- include/net/irda/irda.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/net/irda/irda.h') diff --git a/include/net/irda/irda.h b/include/net/irda/irda.h index 41ad4aa0f..bb78341f2 100644 --- a/include/net/irda/irda.h +++ b/include/net/irda/irda.h @@ -177,9 +177,10 @@ typedef union { */ struct irda_skb_cb { magic_t magic; /* Be sure that we can trust the information */ - __u32 speed; /* The Speed this frame should be sent with */ + __u32 next_speed; /* The Speed to be set *after* this frame */ __u16 mtt; /* Minimum turn around time */ __u16 xbofs; /* Number of xbofs required, used by SIR mode */ + __u16 next_xbofs; /* Number of xbofs required *after* this frame */ void *context; /* May be used by drivers */ void (*destructor)(struct sk_buff *skb); /* Used for flow control */ __u16 xbofs_delay; /* Number of xbofs used for generating the mtt */ -- cgit v1.2.3