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

Commit bbf049d9 authored by Sara Sharon's avatar Sara Sharon Committed by Luca Coelho
Browse files

iwlwifi: mvm: do not turn on RX_FLAG_AMSDU_MORE



This flag is used for mac80211 reordering. As we do reordering
ourselves, turning it on is misleading and pointless.

Signed-off-by: default avatarSara Sharon <sara.sharon@intel.com>
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
parent 5a4aa895
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -917,9 +917,6 @@ void iwl_mvm_rx_mpdu_mq(struct iwl_mvm *mvm, struct napi_struct *napi,
			u8 *qc = ieee80211_get_qos_ctl(hdr);

			*qc &= ~IEEE80211_QOS_CTL_A_MSDU_PRESENT;
			if (!(desc->amsdu_info &
			      IWL_RX_MPDU_AMSDU_LAST_SUBFRAME))
				rx_status->flag |= RX_FLAG_AMSDU_MORE;
		}
		if (baid != IWL_RX_REORDER_DATA_INVALID_BAID)
			iwl_mvm_agg_rx_received(mvm, baid);