Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194318
b: refs/heads/master
c: b002a86
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and David S. Miller committed Apr 22, 2010
1 parent 22bb07c commit 3bb66be
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: 9a20e3197e7f6097897c6d1f18335a326ee06299
refs/heads/master: b002a861092b0db128800794a116cc3acc5ec239
2 changes: 1 addition & 1 deletion trunk/net/ethernet/eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ int eth_rebuild_header(struct sk_buff *skb)
default:
printk(KERN_DEBUG
"%s: unable to resolve type %X addresses.\n",
dev->name, (__force int)eth->h_proto);
dev->name, ntohs(eth->h_proto));

memcpy(eth->h_source, dev->dev_addr, ETH_ALEN);
break;
Expand Down

0 comments on commit 3bb66be

Please sign in to comment.