Home
last modified time | relevance | path

Searched refs:no_fw_recovery (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dmain.c42 bool no_fw_recovery; variable
43 module_param(no_fw_recovery, bool, 0644);
44 MODULE_PARM_DESC(no_fw_recovery, " disable automatic FW error recovery");
443 return no_fw_recovery && (wil->recovery_state == fw_recovery_pending); in wil_is_recovery_blocked()
480 if (!no_fw_recovery) in wil_fw_error_worker()
Dpm.c167 if (no_fw_recovery) in wil_resume_keep_radio_on()
Dwil6210.h32 extern bool no_fw_recovery;
Ddebugfs.c1586 no_fw_recovery ? "manual" : "auto", in wil_read_file_recovery()