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

Commit 5b3d71d9 authored by Ron Rindjunsky's avatar Ron Rindjunsky Committed by David S. Miller
Browse files

mac80211: A-MPDU Rx stop aggregation on proper dev



This patch adds a check to insure that Rx A-MPDU will be stopped only
for the proper device.

Signed-off-by: default avatarRon Rindjunsky <ron.rindjunsky@intel.com>
Acked-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 0f7054e3
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -299,9 +299,11 @@ static int ieee80211_stop(struct net_device *dev)
	sdata = IEEE80211_DEV_TO_SUB_IF(dev);

	list_for_each_entry(sta, &local->sta_list, list) {
		if (sta->dev == dev)
			for (i = 0; i <  STA_TID_NUM; i++)
			ieee80211_sta_stop_rx_ba_session(sta->dev, sta->addr,
						i, WLAN_BACK_RECIPIENT,
				ieee80211_sta_stop_rx_ba_session(sta->dev,
						sta->addr, i,
						WLAN_BACK_RECIPIENT,
						WLAN_REASON_QSTA_LEAVE_QBSS);
	}