RXSTAT_CRCERROR
if (!(status & (RXSTAT_OVERSIZE|RXSTAT_CRCERROR|RXSTAT_DRIBBLEERROR|RXSTAT_SHORTPACKET))) {
if (status & RXSTAT_CRCERROR) stats->rx_crc_errors ++;