WL3501_EVENT

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

 

NAME

wl3501_event - The card status event handler  

SYNOPSIS

"SYNOPSIS"

int wl3501_event (event_t event, int pri, event_callback_args_t * args);  

ARGUMENTS

event
-- undescribed --
pri
-- undescribed --
args
-- undescribed --
 

DESCRIPTION

event - event pri - priority args - arguments for this event

The card status event handler. Mostly, this schedules other stuff to run after an event is received. A CARD_REMOVAL event also sets some flags to discourage the net drivers from trying to talk to the card any more.

When a CARD_REMOVAL event is received, we immediately set a flag to block future accesses to this device. All the functions that actually access the device should check this flag to make sure the card is still present.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

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