Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121999
b: refs/heads/master
c: 8b0162a
h: refs/heads/master
i:
  121997: c28e904
  121995: 613647d
  121991: aef40ec
  121983: 52baa54
v: v3
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Nov 21, 2008
1 parent b453299 commit 68a2cd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 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: 6d64360ac56cda95243f15738a06f2a123c663e5
refs/heads/master: 8b0162a3dc5c30e862b7a73da29e32de3170f5e4
4 changes: 1 addition & 3 deletions trunk/drivers/net/wireless/ath5k/phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -2196,9 +2196,7 @@ static int ath5k_hw_rf5110_calibrate(struct ath5k_hw *ah,
return ret;
}

ret = ath5k_hw_noise_floor_calibration(ah, channel->center_freq);
if (ret)
return ret;
ath5k_hw_noise_floor_calibration(ah, channel->center_freq);

/*
* Re-enable RX/TX and beacons
Expand Down
4 changes: 1 addition & 3 deletions trunk/drivers/net/wireless/ath5k/reset.c
Original file line number Diff line number Diff line change
Expand Up @@ -842,9 +842,7 @@ int ath5k_hw_reset(struct ath5k_hw *ah, enum nl80211_iftype op_mode,
*
* XXX: Find an interval that's OK for all cards...
*/
ret = ath5k_hw_noise_floor_calibration(ah, channel->center_freq);
if (ret)
return ret;
ath5k_hw_noise_floor_calibration(ah, channel->center_freq);

/*
* Reset queues and start beacon timers at the end of the reset routine
Expand Down

0 comments on commit 68a2cd6

Please sign in to comment.