Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_main.c333 struct ath9k_htc_target_vif hvif; in __ath9k_htc_remove_monitor_interface() local
339 hvif.index = priv->mon_vif_idx; in __ath9k_htc_remove_monitor_interface()
353 struct ath9k_htc_target_vif hvif; in ath9k_htc_add_monitor_interface() local
376 hvif.opmode = HTC_M_MONITOR; in ath9k_htc_add_monitor_interface()
377 hvif.index = ffz(priv->vif_slot); in ath9k_htc_add_monitor_interface()
387 priv->mon_vif_idx = hvif.index; in ath9k_htc_add_monitor_interface()
408 tsta.vif_index = hvif.index; in ath9k_htc_add_monitor_interface()
1052 hvif.opmode = HTC_M_STA; in ath9k_htc_add_interface()
1055 hvif.opmode = HTC_M_IBSS; in ath9k_htc_add_interface()
1058 hvif.opmode = HTC_M_HOSTAP; in ath9k_htc_add_interface()
[all …]