diff options
Diffstat (limited to 'net/mac80211/sta_info.c')
-rw-r--r-- | net/mac80211/sta_info.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/mac80211/sta_info.c b/net/mac80211/sta_info.c index 3e4348f3b285..d5611d8fd0d6 100644 --- a/net/mac80211/sta_info.c +++ b/net/mac80211/sta_info.c | |||
@@ -611,6 +611,9 @@ static void sta_info_cleanup(unsigned long data) | |||
611 | sta_info_cleanup_expire_buffered(local, sta); | 611 | sta_info_cleanup_expire_buffered(local, sta); |
612 | rcu_read_unlock(); | 612 | rcu_read_unlock(); |
613 | 613 | ||
614 | if (local->quiescing) | ||
615 | return; | ||
616 | |||
614 | local->sta_cleanup.expires = | 617 | local->sta_cleanup.expires = |
615 | round_jiffies(jiffies + STA_INFO_CLEANUP_INTERVAL); | 618 | round_jiffies(jiffies + STA_INFO_CLEANUP_INTERVAL); |
616 | add_timer(&local->sta_cleanup); | 619 | add_timer(&local->sta_cleanup); |