From: Dmitry Shmidt Date: Tue, 24 Jun 2014 16:36:50 +0000 (-0700) Subject: ANDROID: net: wireless: Decrease scan entry expiration to avoid stall results X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=450dfde0aa4d70082216a215c6fce9816e1fdef4;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ANDROID: net: wireless: Decrease scan entry expiration to avoid stall results Change-Id: I0e23ce45d78d7c17633670973f49943a5ed6032d Signed-off-by: Dmitry Shmidt --- diff --git a/net/wireless/scan.c b/net/wireless/scan.c index f6c5fe482506..1289cc14e9f9 100644 --- a/net/wireless/scan.c +++ b/net/wireless/scan.c @@ -71,7 +71,7 @@ module_param(bss_entries_limit, int, 0644); MODULE_PARM_DESC(bss_entries_limit, "limit to number of scan BSS entries (per wiphy, default 1000)"); -#define IEEE80211_SCAN_RESULT_EXPIRE (30 * HZ) +#define IEEE80211_SCAN_RESULT_EXPIRE (7 * HZ) static void bss_free(struct cfg80211_internal_bss *bss) {