WL3501_IOCTL

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

wl3501_ioctl - Perform IOCTL call functions  

SYNOPSIS

"SYNOPSIS"

int wl3501_ioctl (struct net_device * dev, struct ifreq * rq, int cmd);  

ARGUMENTS

dev
-- undescribed --
rq
-- undescribed --
cmd
-- undescribed --
 

DESCRIPTION

dev - network device ifreq - request cmd - command

Perform IOCTL call functions here. Some are privileged operations and the effective uid is checked in those cases.

This part is optional. Needed only if you want to run wlu (unix version).  

CAUTION

To prevent interrupted by wl3501_interrupt and timer-based wl3501_hard_start_xmit from other interrupts, this should be run single-threaded.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
CAUTION

This document was created by man2html, using the manual pages.
Time: 06:21:17 GMT, October 06, 2005