提交 09f97e0f 编写于 作者: H Helmut Schaa 提交者: John W. Linville

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: NHelmut Schaa <helmut.schaa@googlemail.com>
Acked-by: NJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 977923b0
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include "core.h" #include "core.h"
#include "nl80211.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) void __cfg80211_scan_done(struct work_struct *wk)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册