Searched refs:vwdev (Results 1 – 1 of 1) sorted by relevance
1914 struct wireless_dev *vwdev; in wl_cfg80211_add_virtual_iface() local1930 vwdev = kzalloc(sizeof(*vwdev), GFP_KERNEL); in wl_cfg80211_add_virtual_iface()1931 if (unlikely(!vwdev)) { in wl_cfg80211_add_virtual_iface()1936 vwdev->wiphy = cfg->wdev->wiphy; in wl_cfg80211_add_virtual_iface()1941 vwdev->iftype = type; in wl_cfg80211_add_virtual_iface()1942 vwdev->netdev = new_ndev; in wl_cfg80211_add_virtual_iface()1943 new_ndev->ieee80211_ptr = vwdev; in wl_cfg80211_add_virtual_iface()1944 SET_NETDEV_DEV(new_ndev, wiphy_dev(vwdev->wiphy)); in wl_cfg80211_add_virtual_iface()1948 kfree(vwdev); in wl_cfg80211_add_virtual_iface()1959 err = wl_alloc_netinfo(cfg, new_ndev, vwdev, mode, pm_mode, event->bssidx); in wl_cfg80211_add_virtual_iface()