|
@@ -703,7 +703,7 @@ int iwl_run_init_mvm_ucode(struct iwl_mvm *mvm, bool read_nvm)
|
|
|
* abort after reading the nvm in case RF Kill is on, we will complete
|
|
|
* the init seq later when RF kill will switch to off
|
|
|
*/
|
|
|
- if (iwl_mvm_is_radio_killed(mvm)) {
|
|
|
+ if (iwl_mvm_is_radio_hw_killed(mvm)) {
|
|
|
IWL_DEBUG_RF_KILL(mvm,
|
|
|
"jump over all phy activities due to RF kill\n");
|
|
|
iwl_remove_notification(&mvm->notif_wait, &calib_wait);
|
|
@@ -736,7 +736,7 @@ int iwl_run_init_mvm_ucode(struct iwl_mvm *mvm, bool read_nvm)
|
|
|
ret = iwl_wait_notification(&mvm->notif_wait, &calib_wait,
|
|
|
MVM_UCODE_CALIB_TIMEOUT);
|
|
|
|
|
|
- if (ret && iwl_mvm_is_radio_killed(mvm)) {
|
|
|
+ if (ret && iwl_mvm_is_radio_hw_killed(mvm)) {
|
|
|
IWL_DEBUG_RF_KILL(mvm, "RFKILL while calibrating.\n");
|
|
|
ret = 1;
|
|
|
}
|