Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c982 return adapter->curr_iface_comb.p2p_intf != in is_vif_type_change_allowed()
985 return adapter->curr_iface_comb.uap_intf != in is_vif_type_change_allowed()
997 return adapter->curr_iface_comb.p2p_intf != in is_vif_type_change_allowed()
1000 return adapter->curr_iface_comb.uap_intf != in is_vif_type_change_allowed()
1010 return adapter->curr_iface_comb.sta_intf != in is_vif_type_change_allowed()
1014 return adapter->curr_iface_comb.p2p_intf != in is_vif_type_change_allowed()
1028 return adapter->curr_iface_comb.uap_intf != in is_vif_type_change_allowed()
1042 return adapter->curr_iface_comb.uap_intf != in is_vif_type_change_allowed()
1064 adapter->curr_iface_comb.sta_intf += change; in update_vif_type_counter()
1067 adapter->curr_iface_comb.uap_intf += change; in update_vif_type_counter()
[all …]
H A Dmain.h860 struct mwifiex_iface_comb curr_iface_comb; member