]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: remove memset of kek_kck command
authorSara Sharon <sara.sharon@intel.com>
Thu, 8 Oct 2020 15:12:41 +0000 (18:12 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 8 Oct 2020 17:14:51 +0000 (20:14 +0300)
commit9aa39d6460fe43193dd3c30bb58a0c0c16cff7f1
tree60a1ff17eb9c9391276de7d7c91fee5a14548172
parentd0dd0e46839c2b5469d1ac46a95c8116ace941ab
iwlwifi: mvm: remove memset of kek_kck command

iwl_mvm_wowlan_program_keys is now setting data directly in
the KEK_KCK command, and the memset is clearing this later,
causing the data to be incomplete.

Just remove the memory clearing, the structure is local and
cleared in the declaration.

Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/iwlwifi.20201008181047.0f355b4578c5.Ifbb76a2814925f215a2c889c1792d46d5bd66ab8@changeid
drivers/net/wireless/intel/iwlwifi/mvm/d3.c