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

Commit f992c61d authored by Johannes Berg's avatar Johannes Berg Committed by Luca Coelho
Browse files

iwlwifi: mvm: remove redundant condition



In iwl_mvm_sta_alloc_queue_tvqm(), we know that we have a
station, so no need to check it.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
parent 679bff23
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -791,11 +791,9 @@ static int iwl_mvm_sta_alloc_queue_tvqm(struct iwl_mvm *mvm,
	if (queue < 0)
		return queue;

	if (sta) {
	mvmtxq->txq_id = queue;
	mvm->tvqm_info[queue].txq_tid = tid;
	mvm->tvqm_info[queue].sta_id = mvmsta->sta_id;
	}

	IWL_DEBUG_TX_QUEUES(mvm, "Allocated queue is %d\n", queue);