diff options
Diffstat (limited to 'drivers/net/wireless/hostap/hostap_cs.c')
-rw-r--r-- | drivers/net/wireless/hostap/hostap_cs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/hostap/hostap_cs.c b/drivers/net/wireless/hostap/hostap_cs.c index 633740277352..ad8eab4a639b 100644 --- a/drivers/net/wireless/hostap/hostap_cs.c +++ b/drivers/net/wireless/hostap/hostap_cs.c | |||
@@ -666,7 +666,8 @@ static int prism2_config(struct pcmcia_device *link) | |||
666 | * irq structure is initialized. | 666 | * irq structure is initialized. |
667 | */ | 667 | */ |
668 | if (link->conf.Attributes & CONF_ENABLE_IRQ) { | 668 | if (link->conf.Attributes & CONF_ENABLE_IRQ) { |
669 | link->irq.Attributes = IRQ_TYPE_EXCLUSIVE | IRQ_HANDLE_PRESENT; | 669 | link->irq.Attributes = IRQ_TYPE_DYNAMIC_SHARING | |
670 | IRQ_HANDLE_PRESENT; | ||
670 | link->irq.IRQInfo1 = IRQ_LEVEL_ID; | 671 | link->irq.IRQInfo1 = IRQ_LEVEL_ID; |
671 | link->irq.Handler = prism2_interrupt; | 672 | link->irq.Handler = prism2_interrupt; |
672 | link->irq.Instance = dev; | 673 | link->irq.Instance = dev; |