RS_TOOLONG
if ( status & (RS_TOOSHORT | RS_TOOLONG ) )
#define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
if (rx_status & (RS_TOOSHORT | RS_TOOLONG))
#define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)
if (status & RS_TOOLONG && packet_len <= (1514 + 4 + 6)) {
status &= ~RS_TOOLONG;
if (status & (RS_TOOSHORT | RS_TOOLONG))
#define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT)