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

Commit 0742a75a authored by Emmanuel Grumbach's avatar Emmanuel Grumbach Committed by Johannes Berg
Browse files

iwlwifi: mvm: fix irrelevant comment



This code moved and is now far away from the code that takes
the mutex.

Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 629d0fa0
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -639,8 +639,7 @@ static void iwl_mvm_prepare_mac_removal(struct iwl_mvm *mvm,
		 * By now, all the AC queues are empty. The AGG queues are
		 * empty too. We already got all the Tx responses for all the
		 * packets in the queues. The drain work can have been
		 * triggered. Flush it. This work item takes the mutex, so kill
		 * it before we take it.
		 * triggered. Flush it.
		 */
		flush_work(&mvm->sta_drained_wk);
	}