iwlwifi: mvm: initialize iwl_dev_tx_power_cmd to zero
authorLuca Coelho <luciano.coelho@intel.com>
Fri, 24 Apr 2020 16:46:58 +0000 (19:46 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 8 May 2020 06:51:38 +0000 (09:51 +0300)
commit71e9378bcfd2e9dd96c2bfbef23f3562946d30b3
tree25b95db41ad3ebbb2179ffa22591b675b8158e66
parent2abe24f9e15b2ccce471dd1996debdae6c84e64b
iwlwifi: mvm: initialize iwl_dev_tx_power_cmd to zero

If the REDUCE_TX_POWER_CMD version is v4 or v5, we are not
initializing some values before sending to the FW, which causes SAR
not to work properly.  Solve this by initializing the struct in the
declaration.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20200424194456.0dc957a264ff.I43cfd72d539c1287ccaaa454e95c673dac38214f@changeid
drivers/net/wireless/intel/iwlwifi/mvm/fw.c