Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c2223 struct ath6kl_vif *first_vif, *vif; in ath6kl_wow_suspend() local
2229 first_vif = ath6kl_vif_first(ar); in ath6kl_wow_suspend()
2230 if (WARN_ON(!first_vif) || in ath6kl_wow_suspend()
2231 !ath6kl_cfg80211_ready(first_vif)) in ath6kl_wow_suspend()
2258 ret = ath6kl_wmi_set_wow_mode_cmd(ar->wmi, first_vif->fw_vif_idx, in ath6kl_wow_suspend()
2265 return ath6kl_cfg80211_host_sleep(ar, first_vif); in ath6kl_wow_suspend()