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