From: Emmanuel Grumbach Date: Mon, 10 Jun 2013 11:10:33 +0000 (+0300) Subject: iwlwifi: mvm: fix irrelevant comment X-Git-Tag: v4.0~3714^2~78^2^2~21^2~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0742a75a72ee52a7424554a1d49882dd9db195e3;p=platform%2Fkernel%2Flinux-amlogic.git iwlwifi: mvm: fix irrelevant comment This code moved and is now far away from the code that takes the mutex. Signed-off-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- diff --git a/drivers/net/wireless/iwlwifi/mvm/mac80211.c b/drivers/net/wireless/iwlwifi/mvm/mac80211.c index f297690..795f65c 100644 --- a/drivers/net/wireless/iwlwifi/mvm/mac80211.c +++ b/drivers/net/wireless/iwlwifi/mvm/mac80211.c @@ -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); }