diff options
Diffstat (limited to 'net/mac80211/ieee80211_sta.c')
-rw-r--r-- | net/mac80211/ieee80211_sta.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_sta.c b/net/mac80211/ieee80211_sta.c index c5a47f8d873a..75b96a754333 100644 --- a/net/mac80211/ieee80211_sta.c +++ b/net/mac80211/ieee80211_sta.c | |||
@@ -2254,7 +2254,7 @@ static int ieee80211_sta_join_ibss(struct net_device *dev, | |||
2254 | sdata = IEEE80211_DEV_TO_SUB_IF(dev); | 2254 | sdata = IEEE80211_DEV_TO_SUB_IF(dev); |
2255 | 2255 | ||
2256 | /* Remove possible STA entries from other IBSS networks. */ | 2256 | /* Remove possible STA entries from other IBSS networks. */ |
2257 | sta_info_flush(local, sdata); | 2257 | sta_info_flush_delayed(sdata); |
2258 | 2258 | ||
2259 | if (local->ops->reset_tsf) { | 2259 | if (local->ops->reset_tsf) { |
2260 | /* Reset own TSF to allow time synchronization work. */ | 2260 | /* Reset own TSF to allow time synchronization work. */ |