diff options
| author | Dmitry Shmidt <dimitrysh@google.com> | 2014-06-24 09:36:50 -0700 |
|---|---|---|
| committer | John Stultz <john.stultz@linaro.org> | 2016-02-16 13:51:47 -0800 |
| commit | f0902928c24be3e2e255ebac9a9e3e88580d8564 (patch) | |
| tree | d2f66798ac2b32158a30b93a867bbc1918513934 | |
| parent | bd3cc5f111c21bdc57f4a8d0ff1b9f1499294902 (diff) | |
net: wireless: Decrease scan entry expiration to avoid stall results
Change-Id: I0e23ce45d78d7c17633670973f49943a5ed6032d
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
| -rw-r--r-- | net/wireless/scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireless/scan.c b/net/wireless/scan.c index 14d5369eb778..30f967665e84 100644 --- a/net/wireless/scan.c +++ b/net/wireless/scan.c @@ -56,7 +56,7 @@ * also linked into the probe response struct. */ -#define IEEE80211_SCAN_RESULT_EXPIRE (30 * HZ) +#define IEEE80211_SCAN_RESULT_EXPIRE (7 * HZ) static void bss_free(struct cfg80211_internal_bss *bss) { |
