.\" 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 "S2IO_SET_MULTICAST" "9" "09 October 2005" "" ""
.SH NAME
s2io_set_multicast \- entry point for multicast address enable/disable.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void s2io_set_multicast (struct net_device * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
pointer to the device structure
.SH "DESCRIPTION"
.PP
This function is a driver entry point which gets called by the kernel
whenever multicast addresses must be enabled/disabled. This also gets
called to set/reset promiscuous mode. Depending on the deivce flag, we
determine, if multicast address must be enabled or if promiscuous mode
is to be disabled etc.
.SH "RETURN VALUE"
.PP
void.