| Index: chromeos/compat-wireless/net/mac80211/mlme.c
|
| diff --git a/chromeos/compat-wireless/net/mac80211/mlme.c b/chromeos/compat-wireless/net/mac80211/mlme.c
|
| index 06c7832f9a1b7d44d03c5669a5538de90e782bd7..8eb9ce67665d87938745e7464b6f6a6c805dca4a 100644
|
| --- a/chromeos/compat-wireless/net/mac80211/mlme.c
|
| +++ b/chromeos/compat-wireless/net/mac80211/mlme.c
|
| @@ -28,7 +28,7 @@
|
| #include "rate.h"
|
| #include "led.h"
|
|
|
| -#define IEEE80211_MAX_PROBE_TRIES 5
|
| +#define IEEE80211_MAX_PROBE_TRIES 2
|
|
|
| /*
|
| * beacon loss detection timeout
|
| @@ -45,7 +45,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
|
|
|