Searched refs:no_fw_recovery (Results 1 – 4 of 4) sorted by relevance
32 bool no_fw_recovery; variable33 module_param(no_fw_recovery, bool, 0644);34 MODULE_PARM_DESC(no_fw_recovery, " disable automatic FW error recovery");523 return no_fw_recovery && (wil->recovery_state == fw_recovery_pending); in wil_is_recovery_blocked()560 if (!no_fw_recovery) in wil_fw_error_worker()581 if (no_fw_recovery) /* upper layers do recovery */ in wil_fw_error_worker()
156 if (no_fw_recovery) in wil_resume_keep_radio_on()
21 extern bool no_fw_recovery;
1496 no_fw_recovery ? "manual" : "auto", in wil_read_file_recovery()