Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153840
b: refs/heads/master
c: 156ce86
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Richter committed Jun 14, 2009
1 parent fb4be46 commit faaebed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 5a124d382ea5c97be43c779e4f481455e0287654
refs/heads/master: 156ce867a6725ea8a24b452469a6dc9f3fa6a161
7 changes: 1 addition & 6 deletions trunk/drivers/firewire/net.c
Original file line number Diff line number Diff line change
Expand Up @@ -628,13 +628,8 @@ static int fwnet_finish_incoming_packet(struct net_device *net,
skb->pkt_type = PACKET_MULTICAST;
#endif
} else {
if (memcmp(eth->h_dest, net->dev_addr, net->addr_len)) {
u64 a1, a2;

memcpy(&a1, eth->h_dest, sizeof(u64));
memcpy(&a2, net->dev_addr, sizeof(u64));
if (memcmp(eth->h_dest, net->dev_addr, net->addr_len))
skb->pkt_type = PACKET_OTHERHOST;
}
}
if (ntohs(eth->h_proto) >= 1536) {
protocol = eth->h_proto;
Expand Down

0 comments on commit faaebed

Please sign in to comment.