From: Felix Fietkau Date: Mon, 21 Mar 2011 03:24:12 +0000 (+0000) Subject: mac80211: backport the inactivity timeout fix from r26251 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=f53a21993c0b8b0b590a0bede7795b326f86cc63 mac80211: backport the inactivity timeout fix from r26251 SVN-Revision: 26252 --- diff --git a/package/mac80211/patches/562-mac80211_initialize_last_rx.patch b/package/mac80211/patches/562-mac80211_initialize_last_rx.patch new file mode 100644 index 0000000000..edcc227e9b --- /dev/null +++ b/package/mac80211/patches/562-mac80211_initialize_last_rx.patch @@ -0,0 +1,10 @@ +--- a/net/mac80211/sta_info.c ++++ b/net/mac80211/sta_info.c +@@ -243,6 +243,7 @@ struct sta_info *sta_info_alloc(struct i + memcpy(sta->sta.addr, addr, ETH_ALEN); + sta->local = local; + sta->sdata = sdata; ++ sta->last_rx = jiffies; + + ewma_init(&sta->avg_signal, 1024, 8); +