diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-11-20 14:16:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-11-20 14:16:36 +0000 |
commit | 3ccfd3e3af90ccea99a71ced5135d34e378be2f2 (patch) | |
tree | 7fc370a9e49ea42cbade171e0d5c959eeb793408 | |
parent | 0e2ad3a26609a4654d2ba14f7295a44671db5878 (diff) | |
download | upstream-3ccfd3e3af90ccea99a71ced5135d34e378be2f2.tar.gz upstream-3ccfd3e3af90ccea99a71ced5135d34e378be2f2.tar.bz2 upstream-3ccfd3e3af90ccea99a71ced5135d34e378be2f2.zip |
mac80211: revert the probe request timeout change
SVN-Revision: 24046
-rw-r--r-- | package/mac80211/patches/311-pending_work.patch | 9 |
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; |