commit | 07c89a601b64e7474dc86dfeed3a1628cad77444 | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Tue May 21 22:13:10 2019 +0300 |
committer | Luca Coelho <luciano.coelho@intel.com> | Fri Sep 06 15:31:10 2019 +0300 |
tree | 63ae14a6e206ad6c936bb5124b0f9bf96a20fddd | |
parent | 79660869bf750b3b52672cbae119e3a1e96a3165 [diff] |
iwlwifi: mvm: remove redundant condition in iwl_mvm_set_hw_rfkill_state If mvm->fwrt.cur_fw_img != IWL_UCODE_INIT, then rfkill_safe_init_done must be true since rfkill_safe_init_done is set to true before we start to load the runtime image. Remove the redundant condition. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>