FCS
if (rxf.rx_rcvsts & FCS) {
if (rxf.rx_rcvsts & FCS) {
fcs = FCS(fcs, hdr->address);
fcs = FCS(fcs, hdr->control);
fcs = FCS(fcs, hdr->length);
fcs = FCS(0xff, *hdr);
fcs = FCS(fcs, *hdr);
fcs = FCS(fcs, b);
fcs = FCS(fcs, b);
fcs = FCS(fcs, b);
fcs = FCS(fcs, b);
fcs = FCS(fcs, b);