Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328341
b: refs/heads/master
c: d49524d
h: refs/heads/master
i:
  328339: 0766927
v: v3
  • Loading branch information
Eliad Peller authored and Luciano Coelho committed Sep 27, 2012
1 parent b0b8bc7 commit e9ea3a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 11bc97eb902ddac822f32dc5a890d7b6274b754d
refs/heads/master: d49524d3e8406e3b858650abcf846531a2104120
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/ti/wlcore/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1672,6 +1672,9 @@ static void wl1271_configure_resume(struct wl1271 *wl,
if ((!is_ap) && (!is_sta))
return;

if (is_sta && !test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags))
return;

ret = wl1271_ps_elp_wakeup(wl);
if (ret < 0)
return;
Expand Down

0 comments on commit e9ea3a7

Please sign in to comment.