Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159139
b: refs/heads/master
c: ea9edaf
h: refs/heads/master
i:
  159137: d758cbc
  159135: b6fc0e4
v: v3
  • Loading branch information
Larry Finger authored and John W. Linville committed Jul 24, 2009
1 parent e038a92 commit f14202f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e91d83346ad9b30f44469c92b982206dcd7dcaf0
refs/heads/master: ea9edaf6bc0e3f3a7bd167d9ba369276a30c9953
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/hostap/hostap_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,8 @@ static int prism2_config(struct pcmcia_device *link)
* irq structure is initialized.
*/
if (link->conf.Attributes & CONF_ENABLE_IRQ) {
link->irq.Attributes = IRQ_TYPE_EXCLUSIVE | IRQ_HANDLE_PRESENT;
link->irq.Attributes = IRQ_TYPE_DYNAMIC_SHARING |
IRQ_HANDLE_PRESENT;
link->irq.IRQInfo1 = IRQ_LEVEL_ID;
link->irq.Handler = prism2_interrupt;
link->irq.Instance = dev;
Expand Down

0 comments on commit f14202f

Please sign in to comment.