1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 20:31:07 +03:00

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:
nbd 2010-04-16 20:23:35 +00:00
parent 56f15bb5f9
commit b339192b67

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