mirror of https://github.com/hak5/openwrt.git
gemini: either scatter/gather dma or hw checksum breaks ethernet, comment out the define that enables both
SVN-Revision: 20940lede-17.01
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 */
|
Loading…
Reference in New Issue