diff options
Diffstat (limited to 'drivers/net/wireless/airo_cs.c')
-rw-r--r-- | drivers/net/wireless/airo_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/airo_cs.c b/drivers/net/wireless/airo_cs.c index f12355398fe7..fd72e427cb28 100644 --- a/drivers/net/wireless/airo_cs.c +++ b/drivers/net/wireless/airo_cs.c | |||
@@ -147,7 +147,7 @@ static int airo_probe(struct pcmcia_device *p_dev) | |||
147 | DEBUG(0, "airo_attach()\n"); | 147 | DEBUG(0, "airo_attach()\n"); |
148 | 148 | ||
149 | /* Interrupt setup */ | 149 | /* Interrupt setup */ |
150 | p_dev->irq.Attributes = IRQ_TYPE_EXCLUSIVE; | 150 | p_dev->irq.Attributes = IRQ_TYPE_DYNAMIC_SHARING; |
151 | p_dev->irq.IRQInfo1 = IRQ_LEVEL_ID; | 151 | p_dev->irq.IRQInfo1 = IRQ_LEVEL_ID; |
152 | p_dev->irq.Handler = NULL; | 152 | p_dev->irq.Handler = NULL; |
153 | 153 | ||