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

Commit 621f3f57 authored by Liad Kaufman's avatar Liad Kaufman Committed by Luca Coelho
Browse files

iwlwifi: mvm: add support for RX_AMPDU_EOF bit for HE SU



Current implementation turns this bit on only for HE MU.

Signed-off-by: default avatarLiad Kaufman <liad.kaufman@intel.com>
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
parent bd6fc655
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1082,7 +1082,8 @@ void iwl_mvm_rx_mpdu_mq(struct iwl_mvm *mvm, struct napi_struct *napi,
			mvm->ampdu_toggle = toggle_bit;

			if (he_phy_data != HE_PHY_DATA_INVAL &&
			    he_type == RATE_MCS_HE_TYPE_MU) {
			    (he_type == RATE_MCS_HE_TYPE_MU ||
			     he_type == RATE_MCS_HE_TYPE_SU)) {
				rx_status->flag |= RX_FLAG_AMPDU_EOF_BIT_KNOWN;
				if (FIELD_GET(IWL_RX_HE_PHY_DELIM_EOF,
					      he_phy_data))