commit | 480acbcee4e25ea3af0df3c0423dc29540551258 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Oct 10 08:59:27 2014 +0200 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Wed Oct 29 12:52:28 2014 +0200 |
tree | eeda804d2cf1c25b8afb08daeaaa14b3e9683940 | |
parent | f85e9d19d451b9cc3b0381a9422320f9b630441c [diff] |
iwlwifi: mvm: flush queues without mutex held For WMM-AC we may have to be changing QoS parameters while the queues are being flushed. This is not relevant in the "drop" case, but matters when we wait for the device to finish the transmissions. To allow this, do the actual waiting without holding the mutex. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>