From 5603766c5d0cb18c87057fa82b060327800e3837 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 19 Aug 2019 01:12:52 +0200 Subject: [PATCH] eth: enable csum offloading should prevent FCS errors --- src/eth/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eth/mod.rs b/src/eth/mod.rs index ab12288..30cdf65 100644 --- a/src/eth/mod.rs +++ b/src/eth/mod.rs @@ -336,7 +336,7 @@ impl Eth { .rx_pktbuf_memsz_sel(0x3) // 4 KB .tx_pktbuf_memsz_sel(true) - // .csum_gen_offload_en(true) + .csum_gen_offload_en(true) // Little-endian .ahb_endian_swp_mgmt_en(false) // INCR16 AHB burst