Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170981
b: refs/heads/master
c: bd5ea18
h: refs/heads/master
i:
  170979: cfb659e
v: v3
  • Loading branch information
Luciano Coelho authored and John W. Linville committed Oct 27, 2009
1 parent 25cd573 commit 932b1e0
Show file tree
Hide file tree
Showing 2 changed files with 7 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: ed317788b925cfd896506ee775acca7392470b9b
refs/heads/master: bd5ea18f7b47b5397233301920180128793295a2
6 changes: 6 additions & 0 deletions trunk/drivers/net/wireless/wl12xx/wl1271_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,11 @@ int wl1271_plt_start(struct wl1271 *wl)
if (ret < 0)
goto out_irq_disable;

/* Make sure power saving is disabled */
ret = wl1271_acx_sleep_auth(wl, WL1271_PSM_CAM);
if (ret < 0)
goto out_irq_disable;

goto out;

out_irq_disable:
Expand Down Expand Up @@ -807,6 +812,7 @@ int wl1271_plt_stop(struct wl1271 *wl)
wl1271_power_off(wl);

wl->state = WL1271_STATE_OFF;
wl->rx_counter = 0;

out:
mutex_unlock(&wl->mutex);
Expand Down

0 comments on commit 932b1e0

Please sign in to comment.