RS_BADCRC
if ( status & RS_BADCRC) dev->stats.rx_crc_errors++;
#define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
if (rx_status & RS_BADCRC) dev->stats.rx_crc_errors++;
#define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
if (status & RS_BADCRC)
#define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)