Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183247
b: refs/heads/master
c: 15920d8
h: refs/heads/master
i:
  183245: 4519a88
  183243: c98c287
  183239: 0177349
  183231: b4508de
v: v3
  • Loading branch information
Colin Ian King authored and John W. Linville committed Dec 21, 2009
1 parent ff2a5e2 commit 4be5f7a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 254416aae70ab2e6b57fd79782c8a67196234d02
refs/heads/master: 15920d8afc87861672e16fa95ae2764b065d6dd3
9 changes: 9 additions & 0 deletions trunk/drivers/net/wireless/hostap/hostap_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -2618,6 +2618,15 @@ static irqreturn_t prism2_interrupt(int irq, void *dev_id)
int events = 0;
u16 ev;

/* Detect early interrupt before driver is fully configued */
if (!dev->base_addr) {
if (net_ratelimit()) {
printk(KERN_DEBUG "%s: Interrupt, but dev not configured\n",
dev->name);
}
return IRQ_HANDLED;
}

iface = netdev_priv(dev);
local = iface->local;

Expand Down

0 comments on commit 4be5f7a

Please sign in to comment.