We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a221f commit b6a46b4Copy full SHA for b6a46b4
drivers/net/wireless/intel/iwlwifi/mvm/d3.c
@@ -160,6 +160,7 @@ static void iwl_mvm_wowlan_program_keys(struct ieee80211_hw *hw,
160
mvm->ptk_icvlen = key->icv_len;
161
mvm->gtk_ivlen = key->iv_len;
162
mvm->gtk_icvlen = key->icv_len;
163
+ mutex_unlock(&mvm->mutex);
164
165
/* don't upload key again */
166
return;
0 commit comments