Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249151
b: refs/heads/master
c: 8fcf92d
h: refs/heads/master
i:
  249149: 4dbfe6f
  249147: 107b08b
  249143: 0829e4c
  249135: 1714fe6
  249119: 34cdaec
  249087: c9f126e
v: v3
  • Loading branch information
Naveen Singh authored and Greg Kroah-Hartman committed Apr 25, 2011
1 parent a11c940 commit e6ec034
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: 3c9d2f6c14ebbfdc97945f8f8c023f1fde86732b
refs/heads/master: 8fcf92d1cf85329d0efc029c65af3f92b2041bf2
4 changes: 2 additions & 2 deletions trunk/drivers/staging/ath6kl/os/linux/cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -1209,10 +1209,10 @@ ar6k_cfg80211_set_power_mgmt(struct wiphy *wiphy,

if(pmgmt) {
AR_DEBUG_PRINTF(ATH_DEBUG_INFO, ("%s: Max Perf\n", __func__));
pwrMode.powerMode = MAX_PERF_POWER;
pwrMode.powerMode = REC_POWER;
} else {
AR_DEBUG_PRINTF(ATH_DEBUG_INFO, ("%s: Rec Power\n", __func__));
pwrMode.powerMode = REC_POWER;
pwrMode.powerMode = MAX_PERF_POWER;
}

if(wmi_powermode_cmd(ar->arWmi, pwrMode.powerMode) != 0) {
Expand Down

0 comments on commit e6ec034

Please sign in to comment.