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

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

iwlwifi: mvm: disable RX queue notification for a000 devices



For a000 devices, we don't really have multi RX queue for now,
until we have the RX queue configuration API.
Disable RX queue notification for now.

Signed-off-by: default avatarSara Sharon <sara.sharon@intel.com>
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
parent 4399caaa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4218,7 +4218,8 @@ void iwl_mvm_sync_rx_queues_internal(struct iwl_mvm *mvm,

	lockdep_assert_held(&mvm->mutex);

	if (!iwl_mvm_has_new_rx_api(mvm))
	/* TODO - remove a000 disablement when we have RXQ config API */
	if (!iwl_mvm_has_new_rx_api(mvm) || iwl_mvm_has_new_tx_api(mvm))
		return;

	notif->cookie = mvm->queue_sync_cookie;