Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183280
b: refs/heads/master
c: 6a325d8
h: refs/heads/master
v: v3
  • Loading branch information
Alban Browaeys authored and John W. Linville committed Dec 21, 2009
1 parent 837451c commit c4c9899
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: c70762f9acad654002704f1e53436a0ba3356c31
refs/heads/master: 6a325d856bc4509f29164fe42501b6909cf57dcf
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 @@ -197,7 +197,7 @@ void rt2x00queue_insert_l2pad(struct sk_buff *skb, unsigned int header_length)
* the payload is already properly aligned.
*/
skb_push(skb, header_align);
memmove(skb->data, skb->data + header_align, frame_length);
memmove(skb->data, skb->data + header_align, header_length);
skbdesc->flags |= SKBDESC_L2_PADDED;
} else {
/*
Expand Down

0 comments on commit c4c9899

Please sign in to comment.