Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194131
b: refs/heads/master
c: 64e29e4
h: refs/heads/master
i:
  194129: 3f96b57
  194127: 5ae4b3e
v: v3
  • Loading branch information
Teemu Paasikivi authored and John W. Linville committed Mar 31, 2010
1 parent 010acc4 commit b2cb4d7
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 60e84c2ebb7b04361cf1ba0d325cc93366bd04a6
refs/heads/master: 64e29e447ec01d2130b4c68f3459cfaa94fa138b
7 changes: 5 additions & 2 deletions trunk/drivers/net/wireless/wl12xx/wl1271_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,12 @@ static int wl1271_event_process(struct wl1271 *wl, struct event_mailbox *mbox)
* The BSS_LOSE_EVENT_ID is only needed while psm (and hence beacon
* filtering) is enabled. Without PSM, the stack will receive all
* beacons and can detect beacon loss by itself.
*
* As there's possibility that the driver disables PSM before receiving
* BSS_LOSE_EVENT, beacon loss has to be reported to the stack.
*
*/
if (vector & BSS_LOSE_EVENT_ID &&
test_bit(WL1271_FLAG_PSM, &wl->flags)) {
if (vector & BSS_LOSE_EVENT_ID) {
wl1271_debug(DEBUG_EVENT, "BSS_LOSE_EVENT");

/* indicate to the stack, that beacons have been lost */
Expand Down

0 comments on commit b2cb4d7

Please sign in to comment.