1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

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

SVN-Revision: 20940
This commit is contained in:
Felix Fietkau 2010-04-16 20:23:35 +00:00
parent f7cc3d576c
commit b0cf1f5baa

@ -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 */