diff options
author | 2021-03-31 12:14:41 +0300 | |
---|---|---|
committer | 2021-04-14 12:07:16 +0300 | |
commit | 5f8a3561ea8bf75ad52cb16dafe69dd550fa542e (patch) | |
tree | 32f00a4700824cb3731d276083e366977e8c62a0 /drivers/net/wireless/intel/iwlwifi/mvm/scan.c | |
parent | iwlwifi: mvm: responder: support responder config command version 8 (diff) | |
download | linux-dev-5f8a3561ea8bf75ad52cb16dafe69dd550fa542e.tar.xz linux-dev-5f8a3561ea8bf75ad52cb16dafe69dd550fa542e.zip |
iwlwifi: mvm: write queue_sync_state only for sync
We use mvm->queue_sync_state to wait for synchronous queue sync
messages, but if an async one happens inbetween we shouldn't
clear mvm->queue_sync_state after sending the async one, that
can run concurrently (at least from the CPU POV) with another
synchronous queue sync.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20210331121101.d11c9bcdb4aa.I0772171dbaec87433a11513e9586d98b5d920b5f@changeid
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/scan.c')
0 files changed, 0 insertions, 0 deletions