qos-scripts: remove the layer7 based classifiers from the default configuration ...
[openwrt-10.03/.git] / package / mac80211 / patches / 562-mac80211_initialize_last_rx.patch
1 --- a/net/mac80211/sta_info.c
2 +++ b/net/mac80211/sta_info.c
3 @@ -243,6 +243,7 @@ struct sta_info *sta_info_alloc(struct i
4         memcpy(sta->sta.addr, addr, ETH_ALEN);
5         sta->local = local;
6         sta->sdata = sdata;
7 +       sta->last_rx = jiffies;
8  
9         ewma_init(&sta->avg_signal, 1024, 8);
10