Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158820
b: refs/heads/master
c: 47af3fe
h: refs/heads/master
v: v3
  • Loading branch information
Luciano Coelho authored and John W. Linville committed Jul 10, 2009
1 parent 426bca2 commit 0cb4421
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 05fac682c2ca0c572d1bd8e6a38025838ddf0e68
refs/heads/master: 47af3fe36dc478f7eddc8bec104ff1876d71f37c
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/wl12xx/wl1251_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ static int wl1251_op_config(struct ieee80211_hw *hw, u32 changed)
goto out_sleep;

if (conf->flags & IEEE80211_CONF_PS && !wl->psm_requested) {
wl1251_info("psm enabled");
wl1251_debug(DEBUG_PSM, "psm enabled");

wl->psm_requested = true;

Expand All @@ -554,7 +554,7 @@ static int wl1251_op_config(struct ieee80211_hw *hw, u32 changed)
ret = wl1251_ps_set_mode(wl, STATION_POWER_SAVE_MODE);
} else if (!(conf->flags & IEEE80211_CONF_PS) &&
wl->psm_requested) {
wl1251_info("psm disabled");
wl1251_debug(DEBUG_PSM, "psm disabled");

wl->psm_requested = false;

Expand Down

0 comments on commit 0cb4421

Please sign in to comment.