ath9k: add a patch from linux-wireless@ for reducing driver size
[openwrt.git] / package / mac80211 / patches / 570-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
This page took 0.047374 seconds and 5 git commands to generate.