summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/540-mac80211_fix_rx_reorder_timeout.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-22 21:00:58 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-22 21:00:58 +0000
commit5034ff8395447d72b427867fc3469b3601cd83f2 (patch)
tree29b1bf399c9cc9974981422b01b4db8d2034952f /package/mac80211/patches/540-mac80211_fix_rx_reorder_timeout.patch
parent2dbaa78d9184ccb2010d20c9c37b56f9e17cb96f (diff)
mac80211: update to wireless-testing 2011-03-22
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26273 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/540-mac80211_fix_rx_reorder_timeout.patch')
-rw-r--r--package/mac80211/patches/540-mac80211_fix_rx_reorder_timeout.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/mac80211/patches/540-mac80211_fix_rx_reorder_timeout.patch b/package/mac80211/patches/540-mac80211_fix_rx_reorder_timeout.patch
new file mode 100644
index 000000000..c3532b4a3
--- /dev/null
+++ b/package/mac80211/patches/540-mac80211_fix_rx_reorder_timeout.patch
@@ -0,0 +1,11 @@
+--- a/net/mac80211/rx.c
++++ b/net/mac80211/rx.c
+@@ -613,7 +613,7 @@ static void ieee80211_sta_reorder_releas
+ continue;
+ }
+ if (!time_after(jiffies, tid_agg_rx->reorder_time[j] +
+- HT_RX_REORDER_BUF_TIMEOUT))
++ HT_RX_REORDER_BUF_TIMEOUT) && skipped)
+ goto set_release_timer;
+
+ #ifdef CONFIG_MAC80211_HT_DEBUG