aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hamachi.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-05-07 01:02:28 -0700
committerDavid S. Miller <davem@davemloft.net>2011-05-07 22:31:35 -0700
commit0f020dec545629bb068310e8ee374648867e391c (patch)
tree336176a5f1cefd8db15a7d7e355d7c7252182813 /drivers/net/hamachi.c
parentipv4: Initialize cork->opt using NULL not 0. (diff)
downloadlinux-dev-0f020dec545629bb068310e8ee374648867e391c.tar.xz
linux-dev-0f020dec545629bb068310e8ee374648867e391c.zip
hamachi: Put back RX_CHECKSUM
I deleted it by mistake in the TX_CHECKSUM removal commit. Reported-by: Michał Mirosław <mirqus@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/hamachi.c')
-rw-r--r--drivers/net/hamachi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/hamachi.c b/drivers/net/hamachi.c
index f5fba73c8738..a09041aa8509 100644
--- a/drivers/net/hamachi.c
+++ b/drivers/net/hamachi.c
@@ -134,6 +134,7 @@ static int tx_params[MAX_UNITS] = {-1, -1, -1, -1, -1, -1, -1, -1};
* TCP and UDP packets. Otherwise the upper layers do the calculation.
* 3/10/1999 Pete Wyckoff <wyckoff@ca.sandia.gov>
*/
+#define RX_CHECKSUM
/* Operational parameters that usually are not changed. */
/* Time in jiffies before concluding the transmitter is hung. */