Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171871
b: refs/heads/master
c: a1590f2
h: refs/heads/master
i:
  171869: f115499
  171867: ef04247
  171863: f4c878a
  171855: b390de2
  171839: 9574057
v: v3
  • Loading branch information
Janne Ylalehto authored and John W. Linville committed Nov 18, 2009
1 parent cd7e590 commit 462bc82
Show file tree
Hide file tree
Showing 2 changed files with 7 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: dcea4dbe54f5bbea2ef0bb265072754ccd934a1e
refs/heads/master: a1590f2404d1c8d16f8ceed4fccc32ab9831e484
8 changes: 6 additions & 2 deletions trunk/drivers/net/wireless/wl12xx/wl1251_boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,12 @@ int wl1251_boot_run_firmware(struct wl1251 *wl)
WL1251_ACX_INTR_INIT_COMPLETE;
wl1251_boot_target_enable_interrupts(wl);

/* unmask all mbox events */
wl->event_mask = 0xffffffff;
wl->event_mask = SCAN_COMPLETE_EVENT_ID | BSS_LOSE_EVENT_ID |
SYNCHRONIZATION_TIMEOUT_EVENT_ID |
ROAMING_TRIGGER_LOW_RSSI_EVENT_ID |
ROAMING_TRIGGER_REGAINED_RSSI_EVENT_ID |
REGAINED_BSS_EVENT_ID | BT_PTA_SENSE_EVENT_ID |
BT_PTA_PREDICTION_EVENT_ID;

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

0 comments on commit 462bc82

Please sign in to comment.