|
@@ -2381,6 +2381,9 @@ ath5k_init(struct ath5k_softc *sc)
|
|
*/
|
|
*/
|
|
ath5k_stop_locked(sc);
|
|
ath5k_stop_locked(sc);
|
|
|
|
|
|
|
|
+ /* Set PHY calibration interval */
|
|
|
|
+ ah->ah_cal_intval = ath5k_calinterval;
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* The basic interface to setting the hardware in a good
|
|
* The basic interface to setting the hardware in a good
|
|
* state is ``reset''. On return the hardware is known to
|
|
* state is ``reset''. On return the hardware is known to
|
|
@@ -2408,10 +2411,6 @@ ath5k_init(struct ath5k_softc *sc)
|
|
|
|
|
|
/* Set ack to be sent at low bit-rates */
|
|
/* Set ack to be sent at low bit-rates */
|
|
ath5k_hw_set_ack_bitrate_high(ah, false);
|
|
ath5k_hw_set_ack_bitrate_high(ah, false);
|
|
-
|
|
|
|
- /* Set PHY calibration inteval */
|
|
|
|
- ah->ah_cal_intval = ath5k_calinterval;
|
|
|
|
-
|
|
|
|
ret = 0;
|
|
ret = 0;
|
|
done:
|
|
done:
|
|
mmiowb();
|
|
mmiowb();
|