]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/mac80211/sta_info.c
Merge branch 'fixes' into for-linus
[karo-tx-linux.git] / net / mac80211 / sta_info.c
index 9c8cd8b8f753134c1509b62ca39ce9d0e2469bfe..797dd36a220d92ac549067a9cd4d59a7ebfc09a3 100644 (file)
@@ -738,7 +738,7 @@ int __must_check __sta_info_destroy(struct sta_info *sta)
         * will be sufficient.
         */
        set_sta_flag(sta, WLAN_STA_BLOCK_BA);
-       ieee80211_sta_tear_down_BA_sessions(sta, true);
+       ieee80211_sta_tear_down_BA_sessions(sta, false);
 
        ret = sta_info_hash_del(local, sta);
        if (ret)