Merge "cfg80211: increse bss expire time"
This commit is contained in:
commit
f3a2f081da
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ module_param(bss_entries_limit, int, 0644);
|
||||||
MODULE_PARM_DESC(bss_entries_limit,
|
MODULE_PARM_DESC(bss_entries_limit,
|
||||||
"limit to number of scan BSS entries (per wiphy, default 1000)");
|
"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)
|
static void bss_free(struct cfg80211_internal_bss *bss)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue