Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278436
b: refs/heads/master
c: dafae6a
h: refs/heads/master
v: v3
  • Loading branch information
Nick Kossifidis authored and John W. Linville committed Nov 28, 2011
1 parent 9ca41d3 commit c237e41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c47faa364cfb249d5d7670fb7293a6f9acd8aa9e
refs/heads/master: dafae6af0336958e9e2eb67cc5e4e31d6d13b308
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/ath/ath5k/phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1674,6 +1674,9 @@ ath5k_hw_rf5110_calibrate(struct ath5k_hw *ah,
u32 phy_sig, phy_agc, phy_sat, beacon;
int ret;

if (!(ah->ah_cal_mask & AR5K_CALIBRATION_FULL))
return 0;

/*
* Disable beacons and RX/TX queues, wait
*/
Expand Down

0 comments on commit c237e41

Please sign in to comment.