aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/wireless/ath/ath5k/base.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath5k/base.c b/drivers/net/wireless/ath/ath5k/base.c
index cc6d41dec33..59268d18305 100644
--- a/drivers/net/wireless/ath/ath5k/base.c
+++ b/drivers/net/wireless/ath/ath5k/base.c
@@ -2927,6 +2927,8 @@ ath5k_reset(struct ath5k_softc *sc, struct ieee80211_channel *chan)
2927 2927
2928 ath5k_ani_init(ah, ah->ah_sc->ani_state.ani_mode); 2928 ath5k_ani_init(ah, ah->ah_sc->ani_state.ani_mode);
2929 2929
2930 ah->ah_cal_next_full = jiffies;
2931 ah->ah_cal_next_ani = jiffies;
2930 /* 2932 /*
2931 * Change channels and update the h/w rate map if we're switching; 2933 * Change channels and update the h/w rate map if we're switching;
2932 * e.g. 11a to 11b/g. 2934 * e.g. 11a to 11b/g.