]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/net/hamachi.c
[PATCH] fix wrong error code on interrupted close syscalls
[mv-sheeva.git] / drivers / net / hamachi.c
index b59bab9e979236d99994c06fbe1d2afcbac44b72..5c89ae78a519cb48c974d6ddc57dc03c39f9c0dd 100644 (file)
@@ -1648,7 +1648,7 @@ static int hamachi_rx(struct net_device *dev)
                                                * could do the pseudo myself and return
                                                * CHECKSUM_UNNECESSARY
                                                */
-                                               skb->ip_summed = CHECKSUM_HW;
+                                               skb->ip_summed = CHECKSUM_COMPLETE;
                                        }
                                }
                        }