net: wireless: Decrease scan entry expiration to avoid stall results
authorDmitry Shmidt <dimitrysh@google.com>
Tue, 24 Jun 2014 16:36:50 +0000 (09:36 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:51:47 +0000 (13:51 -0800)
Change-Id: I0e23ce45d78d7c17633670973f49943a5ed6032d
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
net/wireless/scan.c

index 14d5369eb778714fe0a97dc14e585cf3790b775c..30f967665e84c72d3521304ddfef4767c8db17cf 100644 (file)
@@ -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)
 {