Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172237
b: refs/heads/master
c: a5186e9
h: refs/heads/master
i:
  172235: 66a91ff
v: v3
  • Loading branch information
Gertjan van Wingerde authored and John W. Linville committed Dec 4, 2009
1 parent 0173a4f commit e8624f8
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: 1014eb6ec95b18f890101e99385f05539c0c2f01
refs/heads/master: a5186e997524578b4ba91390ad947c767450dac8
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 @@ -214,7 +214,7 @@ void rt2x00queue_insert_l2pad(struct sk_buff *skb, unsigned int header_length)
skb_push(skb, header_align);
memmove(skb->data, skb->data + header_align, header_length);
memmove(skb->data + header_length + l2pad,
skb->data + header_length + l2pad + header_align,
skb->data + header_length + l2pad + payload_align,
frame_length - header_length);
skbdesc->flags |= SKBDESC_L2_PADDED;
}
Expand Down

0 comments on commit e8624f8

Please sign in to comment.