patch-2.4.2 linux/include/net/irda/irda.h
Next file: linux/include/net/irda/irda_device.h
Previous file: linux/include/net/ip_fib.h
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Wed Feb 21 16:10:24 2001
- Orig file:
v2.4.1/linux/include/net/irda/irda.h
- Orig date:
Thu Jan 4 14:51:21 2001
diff -u --recursive --new-file v2.4.1/linux/include/net/irda/irda.h linux/include/net/irda/irda.h
@@ -177,9 +177,10 @@
*/
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 */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)