Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183289
b: refs/heads/master
c: e54be4e
h: refs/heads/master
i:
  183287: 66aab09
v: v3
  • Loading branch information
Gertjan van Wingerde authored and John W. Linville committed Dec 21, 2009
1 parent ee2ab1b commit 4dfbd24
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 5de42f9eeafa7d54ffb833e0526d4828e194fddb
refs/heads/master: e54be4e7356c0612b48407d3b0647a29cb82e254
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/rt2x00/rt2x00queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ void rt2x00queue_insert_l2pad(struct sk_buff *skb, unsigned int header_length)
unsigned int payload_length = skb->len - header_length;
unsigned int header_align = ALIGN_SIZE(skb, 0);
unsigned int payload_align = ALIGN_SIZE(skb, header_length);
unsigned int l2pad = L2PAD_SIZE(header_length);
unsigned int l2pad = payload_length ? L2PAD_SIZE(header_length) : 0;

/*
* Adjust the header alignment if the payload needs to be moved more
Expand Down

0 comments on commit 4dfbd24

Please sign in to comment.