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

Commit 09f97e0f authored by Helmut Schaa's avatar Helmut Schaa Committed by John W. Linville
Browse files

cfg80211: increase scan result expire time



Using background scanning in mac80211 the time a scan needs to
finish can exceed 10 seconds. Hence, increase the scan results
expire time to 15 seconds which should be sufficient.

Signed-off-by: default avatarHelmut Schaa <helmut.schaa@googlemail.com>
Acked-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 977923b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
#include "core.h"
#include "nl80211.h"

#define IEEE80211_SCAN_RESULT_EXPIRE	(10 * HZ)
#define IEEE80211_SCAN_RESULT_EXPIRE	(15 * HZ)

void __cfg80211_scan_done(struct work_struct *wk)
{