RX_OVERLEN
# define RX_ERROR (RX_WDOG_TIMER | RX_RUNT | RX_OVERLEN | \
if (status & (RX_OVERLEN | RX_RUNT | RX_LEN_ERROR))
if (status & RX_OVERLEN)