.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "EL1_CLOSE" "9" "09 October 2005" "" ""
.SH NAME
el1_close \-
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int el1_close (struct net_device * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
3c501 card to shut down
.SH "DESCRIPTION"
.PP
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.