Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26640
b: refs/heads/master
c: a50bb7b
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and David S. Miller committed May 10, 2006
1 parent 379d076 commit e615f03
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 8c1056839e808aad728db86d739ffec71d2d1db8
refs/heads/master: a50bb7b9af9a7c39b2aba15678eb686ae428718c
3 changes: 3 additions & 0 deletions trunk/drivers/net/tg3.c
Original file line number Diff line number Diff line change
Expand Up @@ -8454,6 +8454,9 @@ static int tg3_run_loopback(struct tg3 *tp, int loopback_mode)

tx_len = 1514;
skb = dev_alloc_skb(tx_len);
if (!skb)
return -ENOMEM;

tx_data = skb_put(skb, tx_len);
memcpy(tx_data, tp->dev->dev_addr, 6);
memset(tx_data + 6, 0x0, 8);
Expand Down

0 comments on commit e615f03

Please sign in to comment.