Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193668
b: refs/heads/master
c: 4aa0591
h: refs/heads/master
v: v3
  • Loading branch information
Juuso Oikarinen authored and John W. Linville committed Mar 9, 2010
1 parent 1132c3a commit 1dbf55a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 295cc0bff60bee988028dc431fa1f1a353fd18a7
refs/heads/master: 4aa05917051b01da037a80c3207b48aee252eed2
4 changes: 0 additions & 4 deletions trunk/drivers/net/wireless/wl12xx/wl1271_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,6 @@ static void wl1271_irq_work(struct work_struct *work)
if (ret < 0)
goto out;

wl1271_write32(wl, ACX_REG_INTERRUPT_MASK, WL1271_ACX_INTR_ALL);

wl1271_fw_status(wl, wl->fw_status);
intr = le32_to_cpu(wl->fw_status->intr);
if (!intr) {
Expand Down Expand Up @@ -464,8 +462,6 @@ static void wl1271_irq_work(struct work_struct *work)
}

out_sleep:
wl1271_write32(wl, ACX_REG_INTERRUPT_MASK,
WL1271_ACX_INTR_ALL & ~(WL1271_INTR_MASK));
wl1271_ps_elp_sleep(wl);

out:
Expand Down

0 comments on commit 1dbf55a

Please sign in to comment.