Searched defs:first_vif (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c2210 struct ath6kl_vif *first_vif, *vif; local
2216 first_vif = ath6kl_vif_first(ar);
2217 if (WARN_ON(unlikely(!first_vif)) ||
2218 !ath6kl_cfg80211_ready(first_vif))
2245 ret = ath6kl_wmi_set_wow_mode_cmd(ar->wmi, first_vif->fw_vif_idx,
2252 return ath6kl_cfg80211_host_sleep(ar, first_vif);

Completed in 71 milliseconds