mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-01 15:57:29 +03:00
mac80211: revert the probe request timeout change
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24046 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
27c672d4b0
commit
f2db590b21
@ -98,15 +98,6 @@
|
|||||||
/*
|
/*
|
||||||
* Time the connection can be idle before we probe
|
* Time the connection can be idle before we probe
|
||||||
* it to see if we can still talk to the AP.
|
* 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(
|
@@ -121,7 +127,7 @@ void ieee80211_sta_reset_beacon_monitor(
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user