Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8711499 authored by Sandeep Singh's avatar Sandeep Singh Committed by Srinivas Dasari
Browse files

cfg80211: set bss expire time value to that of upstream



The value of bss expire timer was changed from the
one in upstream kernel. This reduced value creates
issues where the bss results would get expired before
the scan request is accomplished. Hence, this commit
aims to configure the bss expire time as the one in
upstream kernel.

CRs-Fixed: 2369844
Change-Id: I8b57fba12f0d42fa7d01243210206d432fbf9757
Signed-off-by: default avatarSandeep Singh <sandsing@codeaurora.org>
Signed-off-by: default avatarSrinivas Dasari <dasaris@codeaurora.org>
parent 8d9cbae5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,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	(7 * HZ)
#define IEEE80211_SCAN_RESULT_EXPIRE	(30 * HZ)

static void bss_free(struct cfg80211_internal_bss *bss)
{