diff options
Diffstat (limited to 'net/mac80211/util.c')
| -rw-r--r-- | net/mac80211/util.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/util.c b/net/mac80211/util.c index 556647a910a..ef0560a2346 100644 --- a/net/mac80211/util.c +++ b/net/mac80211/util.c @@ -1290,7 +1290,7 @@ int ieee80211_reconfig(struct ieee80211_local *local)  		}  	} -	add_timer(&local->sta_cleanup); +	mod_timer(&local->sta_cleanup, jiffies + 1);  	mutex_lock(&local->sta_mtx);  	list_for_each_entry(sta, &local->sta_list, list)  |