K 10 svn:author V 4 loos K 8 svn:date V 27 2015-04-17T03:56:50.711112Z K 7 svn:log V 372 Fix the 'wrong packet header' errors for if_emac. Do not strip the ethernet CRC until we read all data from FIFO, otherwise the CRC bytes would be left in FIFO causing the failure of next packet (wrong packet header). When this error happens the receiver has to be disabled and the RX FIFO flushed, discarding valid packets. With this fix if_emac behaves a lot better. END