Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119952
b: refs/heads/master
c: 69c30e1
h: refs/heads/master
v: v3
  • Loading branch information
Samuel Ortiz authored and David S. Miller committed Dec 17, 2008
1 parent ab93406 commit 009e323
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2fccd2814f8ebc8f1bd325dc46e11c333fc76ab3
refs/heads/master: 69c30e1e7492192f882a3fc11888b320fde5206a
4 changes: 3 additions & 1 deletion trunk/include/net/irda/irda_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,11 @@ struct dongle_reg {

/*
* Per-packet information we need to hide inside sk_buff
* (must not exceed 48 bytes, check with struct sk_buff)
* (must not exceed 48 bytes, check with struct sk_buff)
* The default_qdisc_pad field is a temporary hack.
*/
struct irda_skb_cb {
unsigned int default_qdisc_pad;
magic_t magic; /* Be sure that we can trust the information */
__u32 next_speed; /* The Speed to be set *after* this frame */
__u16 mtt; /* Minimum turn around time */
Expand Down

0 comments on commit 009e323

Please sign in to comment.