From: Dmitry Shmidt Date: Tue, 24 Jun 2014 16:36:50 +0000 (-0700) Subject: net: wireless: Increase scan entry expiration to fit new scan time X-Git-Tag: firefly_0821_release~4090^2~308 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8af60dae0911d6d087c9fc11f27b947f867589e2;p=firefly-linux-kernel-4.4.55.git net: wireless: Increase scan entry expiration to fit new scan time Change-Id: I0e23ce45d78d7c17633670973f49943a5ed6032d Signed-off-by: Dmitry Shmidt --- diff --git a/net/wireless/scan.c b/net/wireless/scan.c index 41b0f96a933f..3ebf125bc99e 100644 --- a/net/wireless/scan.c +++ b/net/wireless/scan.c @@ -55,7 +55,7 @@ * also linked into the probe response struct. */ -#define IEEE80211_SCAN_RESULT_EXPIRE (3 * HZ) +#define IEEE80211_SCAN_RESULT_EXPIRE (7 * HZ) static void bss_free(struct cfg80211_internal_bss *bss) {