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

Commit 855ee129 authored by Felix Fietkau's avatar Felix Fietkau Committed by android-build-merger
Browse files

mac80211: don't handle filtered frames within a BA session

am: 39813849

Change-Id: Ib18afd2b459eca059c16750a33dbcc8a0386f0e8
parents 2159c30e 39813849
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -51,7 +51,8 @@ static void ieee80211_handle_filtered_frame(struct ieee80211_local *local,
	struct ieee80211_hdr *hdr = (void *)skb->data;
	int ac;

	if (info->flags & IEEE80211_TX_CTL_NO_PS_BUFFER) {
	if (info->flags & (IEEE80211_TX_CTL_NO_PS_BUFFER |
			   IEEE80211_TX_CTL_AMPDU)) {
		ieee80211_free_txskb(&local->hw, skb);
		return;
	}