Searched refs:curr_iftype (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfg80211.c | 1083 enum nl80211_iftype curr_iftype, in mwifiex_change_vif_to_p2p() argument 1105 update_vif_type_counter(adapter, curr_iftype, -1); in mwifiex_change_vif_to_p2p() 1137 enum nl80211_iftype curr_iftype, in mwifiex_change_vif_to_sta_adhoc() argument 1163 update_vif_type_counter(adapter, curr_iftype, -1); in mwifiex_change_vif_to_sta_adhoc() 1178 enum nl80211_iftype curr_iftype, in mwifiex_change_vif_to_ap() argument 1200 update_vif_type_counter(adapter, curr_iftype, -1); in mwifiex_change_vif_to_ap() 1222 enum nl80211_iftype curr_iftype = dev->ieee80211_ptr->iftype; in mwifiex_cfg80211_change_virtual_intf() local 1233 dev->name, curr_iftype); in mwifiex_cfg80211_change_virtual_intf() 1237 if (curr_iftype == type) { in mwifiex_cfg80211_change_virtual_intf() 1240 dev->name, curr_iftype); in mwifiex_cfg80211_change_virtual_intf() [all …]
|