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

Commit 3d966e89 authored by Dmitry Shmidt's avatar Dmitry Shmidt Committed by Amit Pundir
Browse files

net: wireless: Decrease scan entry expiration to avoid stall results



Change-Id: I0e23ce45d78d7c17633670973f49943a5ed6032d
Signed-off-by: default avatarDmitry Shmidt <dimitrysh@google.com>
parent 02f3b30c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -57,7 +57,7 @@
 * also linked into the probe response struct.
 * 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)
static void bss_free(struct cfg80211_internal_bss *bss)
{
{