Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74455
b: refs/heads/master
c: 00ff49a
h: refs/heads/master
i:
  74453: cb487cd
  74451: 90e8e7e
  74447: 71a4694
v: v3
  • Loading branch information
Vitja Makarov authored and Jeff Garzik committed Nov 24, 2007
1 parent 105ff4e commit 25e1b59
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: 95af9feb493daf1d07223acdaaea9a3c9cc7a943
refs/heads/master: 00ff49a91e524ec5cb593380186d5d514876c417
2 changes: 1 addition & 1 deletion trunk/drivers/net/bfin_mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ static void bf537mac_rx(struct net_device *dev)
skb->protocol = eth_type_trans(skb, dev);
#if defined(BFIN_MAC_CSUM_OFFLOAD)
skb->csum = current_rx_ptr->status.ip_payload_csum;
skb->ip_summed = CHECKSUM_PARTIAL;
skb->ip_summed = CHECKSUM_COMPLETE;
#endif

netif_rx(skb);
Expand Down

0 comments on commit 25e1b59

Please sign in to comment.