relayd: do not attempt to compile on linux 2.4 (#9997)
[openwrt-10.03/.git] / package / mac80211 / patches / 444-ath5k_delay_calibration.patch
1 --- a/drivers/net/wireless/ath/ath5k/base.c
2 +++ b/drivers/net/wireless/ath/ath5k/base.c
3 @@ -2728,7 +2728,7 @@ ath5k_reset(struct ath5k_softc *sc, stru
4  
5         ath5k_ani_init(ah, ani_mode);
6  
7 -       ah->ah_cal_next_full = jiffies;
8 +       ah->ah_cal_next_full = jiffies + msecs_to_jiffies(100);
9         ah->ah_cal_next_ani = jiffies;
10         ah->ah_cal_next_nf = jiffies;
11         ewma_init(&ah->ah_beacon_rssi_avg, 1024, 8);