aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-11-20 14:16:36 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-11-20 14:16:36 +0000
commit855d465017917f007c9ae45bacc4ca489e73cc71 (patch)
tree8834553d0ebb9b3734ef38d8f91b19f4ea479b75 /package
parent5430ba363f03200f0a619426b9cbe2e84971c917 (diff)
downloadmaster-187ad058-855d465017917f007c9ae45bacc4ca489e73cc71.tar.gz
master-187ad058-855d465017917f007c9ae45bacc4ca489e73cc71.tar.bz2
master-187ad058-855d465017917f007c9ae45bacc4ca489e73cc71.zip
mac80211: revert the probe request timeout change
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24046 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/mac80211/patches/311-pending_work.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/package/mac80211/patches/311-pending_work.patch b/package/mac80211/patches/311-pending_work.patch
index 68b57234fc..a0d917e6a6 100644
--- a/package/mac80211/patches/311-pending_work.patch
+++ b/package/mac80211/patches/311-pending_work.patch
@@ -98,15 +98,6 @@
/*
* Time the connection can be idle before we probe
* it to see if we can still talk to the AP.
-@@ -45,7 +51,7 @@
- * a probe request because of beacon loss or for
- * checking the connection still works.
- */
--#define IEEE80211_PROBE_WAIT (HZ / 2)
-+#define IEEE80211_PROBE_WAIT (HZ / 5)
-
- /*
- * Weight given to the latest Beacon frame when calculating average signal
@@ -121,7 +127,7 @@ void ieee80211_sta_reset_beacon_monitor(
return;