From: jun.ho.lee Date: Fri, 9 Sep 2011 09:50:02 +0000 (+0900) Subject: net: wireless: change the expire time about each entry of scan results X-Git-Tag: firefly_0821_release~4090^2~803 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2995d72646a33be8e9e1b3b5202cba651dd7898f;p=firefly-linux-kernel-4.4.55.git net: wireless: change the expire time about each entry of scan results Change-Id: I6e8d838d91bebc28f4cd09dcb8b9f1de775be13d Signed-off-by: jun.ho.lee Signed-off-by: Dmitry Shmidt --- diff --git a/net/wireless/scan.c b/net/wireless/scan.c index fd99ea495b7e..41b0f96a933f 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 (30 * HZ) +#define IEEE80211_SCAN_RESULT_EXPIRE (3 * HZ) static void bss_free(struct cfg80211_internal_bss *bss) {