Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231205
b: refs/heads/master
c: 3c4a8cc
h: refs/heads/master
i:
  231203: fbb7f28
v: v3
  • Loading branch information
Indan Zupancic authored and John W. Linville committed Jan 10, 2011
1 parent bab6ced commit a824329
Show file tree
Hide file tree
Showing 2 changed files with 8 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: ed70c6e60ee51b0fb46752ab4fd372a071da59d8
refs/heads/master: 3c4a8cc46e8cc17910020964689f3faf6bffb8ad
7 changes: 7 additions & 0 deletions trunk/drivers/net/wireless/ipw2x00/ipw2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -1973,6 +1973,13 @@ static void ipw_irq_tasklet(struct ipw_priv *priv)

inta = ipw_read32(priv, IPW_INTA_RW);
inta_mask = ipw_read32(priv, IPW_INTA_MASK_R);

if (inta == 0xFFFFFFFF) {
/* Hardware disappeared */
IPW_WARNING("TASKLET INTA == 0xFFFFFFFF\n");
/* Only handle the cached INTA values */
inta = 0;
}
inta &= (IPW_INTA_MASK_ALL & inta_mask);

/* Add any cached INTA values that need to be handled */
Expand Down

0 comments on commit a824329

Please sign in to comment.