Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183266
b: refs/heads/master
c: 46cb35f
h: refs/heads/master
v: v3
  • Loading branch information
Kalle Valo authored and John W. Linville committed Dec 21, 2009
1 parent 273cc69 commit f8b7b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 49e1b9faed736b20ad9a785638919341b567a595
refs/heads/master: 46cb35f5e761306b031029af2061ea263359a764
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/wl12xx/wl1251_tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ static int wl1251_tx_send_packet(struct wl1251 *wl, struct sk_buff *skb,
/* align the buffer on a 4-byte boundary */
skb_reserve(skb, offset);
memmove(skb->data, src, skb->len);
tx_hdr = (struct tx_double_buffer_desc *) skb->data;
} else {
wl1251_info("No handler, fixme!");
return -EINVAL;
Expand Down

0 comments on commit f8b7b67

Please sign in to comment.