.\" 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 "WL3501_IOCTL" "" "06 October 2005" "" "" .SH NAME wl3501_ioctl \- Perform IOCTL call functions .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int wl3501_ioctl (struct net_device * \fIdev\fB, struct ifreq * \fIrq\fB, int \fIcmd\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdev\fB\fR -- undescribed -- .TP \fB\fIrq\fB\fR -- undescribed -- .TP \fB\fIcmd\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP \fIdev\fR - network device \fIifreq\fR - request \fIcmd\fR - command .PP Perform IOCTL call functions here. Some are privileged operations and the effective uid is checked in those cases. .PP This part is optional. Needed only if you want to run wlu (unix version). .SH "CAUTION" .PP To prevent interrupted by \fBwl3501_interrupt\fR and timer-based \fBwl3501_hard_start_xmit\fR from other interrupts, this should be run single-threaded.