Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13785
b: refs/heads/master
c: b6cbc3b
h: refs/heads/master
i:
  13783: 61ed075
v: v3
  • Loading branch information
John W. Linville authored and David S. Miller committed Nov 10, 2005
1 parent bf7016e commit 69f3815
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2f23c523f32324e5b5f39565cbcb0a8ff8923019
refs/heads/master: b6cbc3b6fe588c0ea1341d10413e12c2a96a6032
2 changes: 2 additions & 0 deletions trunk/drivers/net/bnx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -3903,6 +3903,8 @@ bnx2_test_loopback(struct bnx2 *bp)

pkt_size = 1514;
skb = dev_alloc_skb(pkt_size);
if (!skb)
return -ENOMEM;
packet = skb_put(skb, pkt_size);
memcpy(packet, bp->mac_addr, 6);
memset(packet + 6, 0x0, 8);
Expand Down

0 comments on commit 69f3815

Please sign in to comment.