Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c2213 struct ath6kl_vif *first_vif, *vif; in ath6kl_wow_suspend() local
2219 first_vif = ath6kl_vif_first(ar); in ath6kl_wow_suspend()
2220 if (WARN_ON(unlikely(!first_vif)) || in ath6kl_wow_suspend()
2221 !ath6kl_cfg80211_ready(first_vif)) in ath6kl_wow_suspend()
2248 ret = ath6kl_wmi_set_wow_mode_cmd(ar->wmi, first_vif->fw_vif_idx, in ath6kl_wow_suspend()
2255 return ath6kl_cfg80211_host_sleep(ar, first_vif); in ath6kl_wow_suspend()