Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256467
b: refs/heads/master
c: b613c72
h: refs/heads/master
i:
  256465: 3ccd1c5
  256463: 8df8285
v: v3
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Jul 13, 2011
1 parent 667c381 commit 7bc9dec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 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: 0472ade031b5c0c69c21cf96acf64c50eb9ba3c2
refs/heads/master: b613c7262dda30563bb1759573e39392a81524e6
10 changes: 6 additions & 4 deletions trunk/drivers/net/wireless/ath/ath5k/phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1604,11 +1604,13 @@ int ath5k_hw_phy_calibrate(struct ath5k_hw *ah,
int ret;

if (ah->ah_radio == AR5K_RF5110)
ret = ath5k_hw_rf5110_calibrate(ah, channel);
else {
ret = ath5k_hw_rf511x_iq_calibrate(ah);
return ath5k_hw_rf5110_calibrate(ah, channel);

ret = ath5k_hw_rf511x_iq_calibrate(ah);

if ((ah->ah_radio == AR5K_RF5111 || ah->ah_radio == AR5K_RF5112) &&
(channel->hw_value & CHANNEL_OFDM))
ath5k_hw_request_rfgain_probe(ah);
}

return ret;
}
Expand Down

0 comments on commit 7bc9dec

Please sign in to comment.