int el1_close (struct net_device * dev);
Close a 3c501 card. The IFF_UP flag has been cleared by the user via the SIOCSIFFLAGS ioctl. We stop any further transmissions being queued, and then disable the interrupts. Finally we reset the chip. The effects of the rest will be cleaned up by #el1_open. Always returns 0 indicating a success.