WL3501_INTERRUPT

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

 

NAME

wl3501_interrupt - Hardware interrupt from card.  

SYNOPSIS

"SYNOPSIS"

irqreturn_t wl3501_interrupt (int irq, void * dev_id, struct pt_regs * regs);  

ARGUMENTS

irq
-- undescribed --
dev_id
-- undescribed --
regs
-- undescribed --
 

DESCRIPTION

irq - Interrupt number dev_id - net_device regs - registers

We must acknowledge the interrupt as soon as possible, and block the interrupt from the same card immediately to prevent re-entry.

Before accessing the Control_Status_Block, we must lock SUTRO first. On the other hand, to prevent SUTRO from malfunctioning, we must unlock the SUTRO as soon as possible.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

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