Searched refs:cfg80211_wq (Results 1 – 4 of 4) sorted by relevance
50 struct workqueue_struct *cfg80211_wq; variable1406 queue_work(cfg80211_wq, &rdev->event_work); in cfg80211_stop_iface()1787 cfg80211_wq = alloc_ordered_workqueue("cfg80211", WQ_MEM_RECLAIM); in cfg80211_init()1788 if (!cfg80211_wq) { in cfg80211_init()1819 destroy_workqueue(cfg80211_wq); in cfg80211_exit()
1071 queue_work(cfg80211_wq, &rdev->event_work); in cfg80211_connect_done()1276 queue_work(cfg80211_wq, &rdev->event_work); in cfg80211_roamed()1336 queue_work(cfg80211_wq, &rdev->event_work); in cfg80211_port_authorized()1427 queue_work(cfg80211_wq, &rdev->event_work); in cfg80211_disconnected()
83 queue_work(cfg80211_wq, &rdev->event_work); in cfg80211_ibss_joined()
10242 queue_work(cfg80211_wq, &rdev->propagate_radar_detect_wk); in nl80211_notify_radar_detection()