]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: fix locking in delayed GTK setting
authorJohannes Berg <johannes.berg@intel.com>
Thu, 27 Jun 2019 07:44:50 +0000 (09:44 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 30 Jul 2019 16:34:18 +0000 (18:34 +0200)
commit7bd2bca56f6939f67fcbe603fb713a1be8f4c969
treec31f67ea24b3e39afe57a96a90688667c43fe503
parent8d082d2068e8ab31e6f6e3fdea3ec796f0e03a2a
iwlwifi: fix locking in delayed GTK setting

This code clearly never could have worked, since it locks
while already locked. Add an unlocked __iwl_mvm_mac_set_key()
variant that doesn't do locking to fix that.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c