.\" 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 "EL_OPEN" "9" "09 October 2005" "" ""
.SH NAME
el_open \-
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int el_open (struct net_device * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
device that is being opened
.SH "DESCRIPTION"
.PP
When an ifconfig is issued which changes the device flags to include
IFF_UP this function is called. It is only called when the change
occurs, not when the interface remains up. #el1_close will be called
when it goes down.
.PP
Returns 0 for a successful open, or -EAGAIN if someone has run off
with our interrupt line.