Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170921
b: refs/heads/master
c: be823e5
h: refs/heads/master
i:
  170919: d7ea258
v: v3
  • Loading branch information
Juuso Oikarinen authored and John W. Linville committed Oct 27, 2009
1 parent 8e5fb14 commit d4f87a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 1922167b9de575d9d1a56be9b80f0fa3b22785f9
refs/heads/master: be823e5b2d71d367b5e27496e2b19d453e21936e
5 changes: 3 additions & 2 deletions trunk/drivers/net/wireless/wl12xx/wl1271_boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,9 @@ static int wl1271_boot_run_firmware(struct wl1271 *wl)
/* enable gpio interrupts */
wl1271_boot_enable_interrupts(wl);

/* unmask all mbox events */
wl->event_mask = 0xffffffff;
/* unmask required mbox events */
wl->event_mask = BSS_LOSE_EVENT_ID |
SCAN_COMPLETE_EVENT_ID;

ret = wl1271_event_unmask(wl);
if (ret < 0) {
Expand Down

0 comments on commit d4f87a1

Please sign in to comment.