Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115036
b: refs/heads/master
c: deb28d9
h: refs/heads/master
v: v3
  • Loading branch information
Manish Katiyar authored and David S. Miller committed Oct 15, 2008
1 parent 1c4b983 commit a6ab958
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: ab55570d64d5409fa940e85dd8de2594b160f826
refs/heads/master: deb28d9bc4bb6922c1f7e459744d7b2d0db3a1d2
2 changes: 1 addition & 1 deletion trunk/net/802/fc.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ static int fc_header(struct sk_buff *skb, struct net_device *dev,

static int fc_rebuild_header(struct sk_buff *skb)
{
#ifdef CONFIG_INET
struct fch_hdr *fch=(struct fch_hdr *)skb->data;
struct fcllc *fcllc=(struct fcllc *)(skb->data+sizeof(struct fch_hdr));
if(fcllc->ethertype != htons(ETH_P_IP)) {
printk("fc_rebuild_header: Don't know how to resolve type %04X addresses ?\n", ntohs(fcllc->ethertype));
return 0;
}
#ifdef CONFIG_INET
return arp_find(fch->daddr, skb);
#else
return 0;
Expand Down

0 comments on commit a6ab958

Please sign in to comment.