Merge "cfg80211: increse bss expire time"

This commit is contained in:
Linux Build Service Account 2017-04-25 21:48:40 -07:00 committed by Gerrit - the friendly Code Review server
commit f3a2f081da

View file

@ -69,7 +69,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)
{