Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158809
b: refs/heads/master
c: 0182f8d
h: refs/heads/master
i:
  158807: 6256560
v: v3
  • Loading branch information
Kalle Valo authored and John W. Linville committed Jul 10, 2009
1 parent 07da475 commit 6013a37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: c5483b71936333ba9474f57d0f3a7a7abf9b87a0
refs/heads/master: 0182f8d56c1836629f8331a19bd71e3833b81769
6 changes: 1 addition & 5 deletions trunk/drivers/net/wireless/wl12xx/ps.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,7 @@ static int wl12xx_ps_set_elp(struct wl12xx *wl, bool enable)
if (enable) {
wl12xx_debug(DEBUG_PSM, "sleep auth psm/elp");

/*
* FIXME: we should PSM_ELP, but because of firmware wakeup
* problems let's use only PSM_PS
*/
ret = wl12xx_acx_sleep_auth(wl, WL12XX_PSM_PS);
ret = wl12xx_acx_sleep_auth(wl, WL12XX_PSM_ELP);
if (ret < 0)
return ret;

Expand Down

0 comments on commit 6013a37

Please sign in to comment.