mirror of https://gitee.com/openkylin/linux.git
iwlwifi: mvm: initialize gtkdata->mvm correctly
gtkdata->mvm wasn't set in iwl_mvm_d0i3_update_keys,
resulting in kernel panic in some flows (when mvm
is actually used...)
Fixes: a3f7ba5c88
("iwlwifi: update key params on d0i3 entrance/exit")
Signed-off-by: Eliad Peller <eliadx.peller@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
This commit is contained in:
parent
f5e28eac1a
commit
0eb1c968f3
|
@ -1843,6 +1843,7 @@ void iwl_mvm_d0i3_update_keys(struct iwl_mvm *mvm,
|
||||||
struct iwl_wowlan_status *status)
|
struct iwl_wowlan_status *status)
|
||||||
{
|
{
|
||||||
struct iwl_mvm_d3_gtk_iter_data gtkdata = {
|
struct iwl_mvm_d3_gtk_iter_data gtkdata = {
|
||||||
|
.mvm = mvm,
|
||||||
.status = status,
|
.status = status,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue