diff options
Diffstat (limited to 'drivers/net/wireless/atmel_cs.c')
-rw-r--r-- | drivers/net/wireless/atmel_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/atmel_cs.c b/drivers/net/wireless/atmel_cs.c index 12617cd0b78e..d2388e8d179a 100644 --- a/drivers/net/wireless/atmel_cs.c +++ b/drivers/net/wireless/atmel_cs.c | |||
@@ -158,7 +158,7 @@ static int atmel_probe(struct pcmcia_device *p_dev) | |||
158 | DEBUG(0, "atmel_attach()\n"); | 158 | DEBUG(0, "atmel_attach()\n"); |
159 | 159 | ||
160 | /* Interrupt setup */ | 160 | /* Interrupt setup */ |
161 | p_dev->irq.Attributes = IRQ_TYPE_EXCLUSIVE; | 161 | p_dev->irq.Attributes = IRQ_TYPE_DYNAMIC_SHARING; |
162 | p_dev->irq.IRQInfo1 = IRQ_LEVEL_ID; | 162 | p_dev->irq.IRQInfo1 = IRQ_LEVEL_ID; |
163 | p_dev->irq.Handler = NULL; | 163 | p_dev->irq.Handler = NULL; |
164 | 164 | ||