Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159141
b: refs/heads/master
c: 3a0e485
h: refs/heads/master
i:
  159139: f14202f
v: v3
  • Loading branch information
Zhu Yi authored and John W. Linville committed Jul 24, 2009
1 parent 1558bbb commit 6d61c9c
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: 1cc589b9e7d95888bb8cc806c210d8ab5371d40f
refs/heads/master: 3a0e4851c97328ee455a57cb3e4097bb43934a87
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwmc3200wifi/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ static void iwm_rx_process_packet(struct iwm_priv *iwm,

skb->dev = iwm_to_ndev(iwm);
skb->protocol = eth_type_trans(skb, ndev);
skb->ip_summed = CHECKSUM_UNNECESSARY;
skb->ip_summed = CHECKSUM_NONE;
memset(skb->cb, 0, sizeof(skb->cb));

ndev->stats.rx_packets++;
Expand Down

0 comments on commit 6d61c9c

Please sign in to comment.