diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2013-06-10 14:10:33 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-06-11 20:11:35 +0200 |
commit | 0742a75a72ee52a7424554a1d49882dd9db195e3 (patch) | |
tree | 079511c49855fd517c822d23b61e3a6fe7de54c9 /drivers/net/wireless/iwlwifi/mvm/mac80211.c | |
parent | 629d0fa0da40958809e6577350c903b9368ef672 (diff) |
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 <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/mvm/mac80211.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/mvm/mac80211.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/mac80211.c b/drivers/net/wireless/iwlwifi/mvm/mac80211.c index f2976901b1d..795f65cf633 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); } |