iwlwifi: mvm: change TLC config cmd sent by rs to be async
authorLior Cohen <lior2.cohen@intel.com>
Wed, 29 May 2019 13:39:55 +0000 (16:39 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Sat, 1 Jun 2019 05:04:51 +0000 (08:04 +0300)
commit5f4d55d5791a8b7150dbaba239e92719ae0f94d4
tree1dd017f210d419d7318dd31e537e15e113b6bb1f
parenta8627176b0de7ba3f4524f641ddff4abf23ae4e4
iwlwifi: mvm: change TLC config cmd sent by rs to be async

The TLC_MNG_CONFIG sync cmd sent by the rs leads to a kernel warning
of sleeping while in rcu read-side critical section. The fix is to
change the command to be ASYNC (not blocking for the response anymore).

Signed-off-by: Lior Cohen <lior2.cohen@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c