gemini: either scatter/gather dma or hw checksum breaks ethernet, comment out the define that enables both

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20940 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2010-04-16 20:23:35 +00:00
parent f11f6fe400
commit 64ab9ac1e8

View File

@@ -0,0 +1,11 @@
--- a/drivers/net/gemini_negmac/gm_gmac.c
+++ b/drivers/net/gemini_negmac/gm_gmac.c
@@ -42,7 +42,7 @@
#include "gm_gmac.h"
/* #define GMAX_TX_INTR_DISABLED */
-#define DO_HW_CHKSUM
+/* #define DO_HW_CHKSUM */
/* #define ENABLE_TSO */
#define GMAC_USE_TXQ0
/* #define GMAC_LEN_1_2_ISSUE */