# HG changeset patch # User gthomas # Date 1072014403 0 # Node ID 23d8f1e5c43f8e7532ee8e19a5c6f8e44b9f0bc8 # Parent 0e3378e69a2ada6cfa57ec774e75d8ce2a33be2b Change spelling 14 => (6+6+2) diff --git a/packages/io/eth/current/src/stand_alone/eth_drv.c b/packages/io/eth/current/src/stand_alone/eth_drv.c --- a/packages/io/eth/current/src/stand_alone/eth_drv.c +++ b/packages/io/eth/current/src/stand_alone/eth_drv.c @@ -293,7 +293,7 @@ eth_drv_write(char *eth_hdr, char *buf, } sg_list[0].buf = (CYG_ADDRESS)eth_hdr; - sg_list[0].len = 14; // FIXME + sg_list[0].len = (6+6+2); // FIXME sg_list[1].buf = (CYG_ADDRESS)buf; sg_list[1].len = len; packet_sent = 0;