Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327508
b: refs/heads/master
c: 493ca5e
h: refs/heads/master
v: v3
  • Loading branch information
Nick Kossifidis authored and John W. Linville committed Aug 10, 2012
1 parent 6a4d997 commit 4b3b478
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: 755051993bfcdf07acd84a7ffd08d463b85bfd69
refs/heads/master: 493ca5ef4ec8a7e8396d6ab26f48de66bdf73dca
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ath/ath5k/phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -3802,8 +3802,8 @@ ath5k_hw_phy_init(struct ath5k_hw *ah, struct ieee80211_channel *channel,
* RF buffer settings on 5211/5212+ so that we
* properly set curve indices.
*/
ret = ath5k_hw_txpower(ah, channel, ah->ah_txpower.txp_cur_pwr ?
ah->ah_txpower.txp_cur_pwr / 2 : AR5K_TUNE_MAX_TXPOWER);
ret = ath5k_hw_txpower(ah, channel, ah->power_level ?
ah->power_level * 2 : AR5K_TUNE_MAX_TXPOWER);
if (ret)
return ret;

Expand Down

0 comments on commit 4b3b478

Please sign in to comment.