Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/wil6210/
H A Dpcie_bus.c503 bool keep_radio_on, active_ifaces; in wil6210_suspend() local
508 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil6210_suspend()
510 keep_radio_on = active_ifaces && wil->keep_radio_on_during_sleep; in wil6210_suspend()
538 bool keep_radio_on, active_ifaces; in wil6210_resume() local
543 active_ifaces = wil_has_active_ifaces(wil, true, false); in wil6210_resume()
545 keep_radio_on = active_ifaces && wil->keep_radio_on_during_sleep; in wil6210_resume()