Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 582bb505 authored by Johannes Berg's avatar Johannes Berg
Browse files

mac80211: don't send delBA when removing stations



When a station is removed and we stop the aggregation
sessions, it's not useful to send delBA since this is
due to us or the station disassociating or dropping
the connection in some other way, so change that.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 7f161146
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)