[ECOS] Another cs8900a problem

Stephen Finney shf@pfinc.com
Mon Jun 7 16:45:00 GMT 2004


In my previous post, an unwanted equal sign crept into the code that I added to cs8900a_RxEvent.  It should have read:

//    (sc->funs->eth_drv->recv)(sc, len);
    if ( (len > 0) && (len <= 1518) )
    {
        (sc->funs->eth_drv->recv)(sc, len);
    }

My apologies.

Stephen Finney




--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss



More information about the Ecos-discuss mailing list