void el_receive (struct net_device * dev);
We have a good packet. Well, not really ``good'', just mostly not broken. We must check everything to see if it is good. In particular we occasionally get wild packet sizes from the card. If the packet seems sane we PIO it off the card and queue it for the protocol layers.