|
@@ -1399,7 +1399,7 @@ static void ieee80211_set_disassoc(struct ieee80211_sub_if_data *sdata,
|
|
|
sta = sta_info_get(sdata, ifmgd->bssid);
|
|
|
if (sta) {
|
|
|
set_sta_flag(sta, WLAN_STA_BLOCK_BA);
|
|
|
- ieee80211_sta_tear_down_BA_sessions(sta, tx);
|
|
|
+ ieee80211_sta_tear_down_BA_sessions(sta, false);
|
|
|
}
|
|
|
mutex_unlock(&local->sta_mtx);
|
|
|
|