.\" 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_MAC_ADDR" "9" "09 October 2005" "" ""
.SH NAME
s2io_set_mac_addr \- Programs the Xframe mac address
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int s2io_set_mac_addr (struct net_device * \fIdev\fB, u8 * \fIaddr\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
pointer to the device structure.
.TP
\fB\fIaddr\fB\fR
a uchar pointer to the new mac address which is to be set.
.SH "DESCRIPTION"
.PP
This procedure will program the Xframe to receive
frames with new Mac Address
.SH "RETURN VALUE"
.PP
SUCCESS on success and an appropriate (-)ve integer
as defined in errno.h file on failure.