diff options
author | Gregory Greenman | 2019-06-30 08:42:57 +0200 |
---|---|---|
committer | Johannes Berg | 2019-07-30 18:34:24 +0200 |
commit | f5d88fa334e6c8e2d840512ffbb30e3cb58d065b (patch) | |
tree | e6c951521263954b5003786cf9b1786a0519779e /drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c | |
parent | iwlwifi: mvm: send LQ command always ASYNC (diff) | |
download | kernel-qcow2-linux-f5d88fa334e6c8e2d840512ffbb30e3cb58d065b.tar.gz kernel-qcow2-linux-f5d88fa334e6c8e2d840512ffbb30e3cb58d065b.tar.xz kernel-qcow2-linux-f5d88fa334e6c8e2d840512ffbb30e3cb58d065b.zip |
iwlwifi: mvm: replace RS mutex with a spin_lock
The solution with the worker still had a bug, as in order
to get sta, rcu_read_lock should be used and thus no mutex
can be used inside iwl_mvm_rs_rate_init.
Also, spin_lock is a simpler solution, no need to spawn a
dedicated worker.
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c')
0 files changed, 0 insertions, 0 deletions