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

/drivers/staging/rtl8723au/os_dep/
H A Dioctl_cfg80211.c2596 struct wireless_dev *mon_wdev = NULL; local
2629 mon_wdev = kzalloc(sizeof(struct wireless_dev), GFP_KERNEL);
2630 if (!mon_wdev) {
2631 DBG_8723A("%s(%s): allocate mon_wdev fail\n", __func__,
2637 mon_wdev->wiphy = padapter->rtw_wdev->wiphy;
2638 mon_wdev->netdev = mon_ndev;
2639 mon_wdev->iftype = NL80211_IFTYPE_MONITOR;
2640 mon_ndev->ieee80211_ptr = mon_wdev;
2652 kfree(mon_wdev);
2653 mon_wdev
[all...]

Completed in 74 milliseconds