Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224629
b: refs/heads/master
c: b84a7d3
h: refs/heads/master
i:
  224627: 571ef00
v: v3
  • Loading branch information
Juuso Oikarinen authored and Luciano Coelho committed Nov 22, 2010
1 parent a9157ba commit ac3162b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 68d069c45f73e8aeda0249891daec1f7e2f0e067
refs/heads/master: b84a7d3d9e7cd5a25f4fd32142cebdf4481a74a4
5 changes: 4 additions & 1 deletion trunk/drivers/net/wireless/wl12xx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2011,9 +2011,12 @@ static void wl1271_op_bss_info_changed(struct ieee80211_hw *hw,

/* Disable the keep-alive feature */
ret = wl1271_acx_keep_alive_mode(wl, false);

if (ret < 0)
goto out_sleep;

/* restore the bssid filter and go to dummy bssid */
wl1271_unjoin(wl);
wl1271_dummy_join(wl);
}

}
Expand Down

0 comments on commit ac3162b

Please sign in to comment.