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

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
...@@ -639,8 +639,7 @@ static void iwl_mvm_prepare_mac_removal(struct iwl_mvm *mvm, ...@@ -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 * By now, all the AC queues are empty. The AGG queues are
* empty too. We already got all the Tx responses for all the * empty too. We already got all the Tx responses for all the
* packets in the queues. The drain work can have been * packets in the queues. The drain work can have been
* triggered. Flush it. This work item takes the mutex, so kill * triggered. Flush it.
* it before we take it.
*/ */
flush_work(&mvm->sta_drained_wk); flush_work(&mvm->sta_drained_wk);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment