projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0eb28e
)
ANDROID: net: wireless: Decrease scan entry expiration to avoid stall results
author
Dmitry Shmidt
<dimitrysh@google.com>
Tue, 24 Jun 2014 16:36:50 +0000
(09:36 -0700)
committer
Amit Pundir
<amit.pundir@linaro.org>
Mon, 18 Dec 2017 15:41:22 +0000
(21:11 +0530)
Change-Id: I0e23ce45d78d7c17633670973f49943a5ed6032d
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
net/wireless/scan.c
patch
|
blob
|
blame
|
history
diff --git
a/net/wireless/scan.c
b/net/wireless/scan.c
index f6c5fe4825065ddb0bc99f882d36aa390129d540..1289cc14e9f922dd0de1ac27ff86745adc468117 100644
(file)
--- 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)
{