hostapd: make entropy collection contribute to the kernel pool
[openwrt/svn-archive/archive.git] / package / mac80211 / patches / 550-mac80211_fix_rx_reorder_timeout.patch
1 --- a/net/mac80211/rx.c
2 +++ b/net/mac80211/rx.c
3 @@ -613,7 +613,7 @@ static void ieee80211_sta_reorder_releas
4 continue;
5 }
6 if (!time_after(jiffies, tid_agg_rx->reorder_time[j] +
7 - HT_RX_REORDER_BUF_TIMEOUT))
8 + HT_RX_REORDER_BUF_TIMEOUT) && skipped)
9 goto set_release_timer;
10
11 #ifdef CONFIG_MAC80211_HT_DEBUG