Searched refs:cfg80211_wq (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/wireless/
H A Dcore.c45 struct workqueue_struct *cfg80211_wq; variable in typeref:struct:workqueue_struct
754 queue_work(cfg80211_wq, &wdev->cleanup_work);
881 cfg80211_wq = create_singlethread_workqueue("cfg80211");
882 if (!cfg80211_wq)
910 destroy_workqueue(cfg80211_wq);
H A Dsme.c536 queue_work(cfg80211_wq, &rdev->event_work);
631 queue_work(cfg80211_wq, &rdev->event_work);
733 queue_work(cfg80211_wq, &rdev->event_work);
H A Dcore.h93 extern struct workqueue_struct *cfg80211_wq;
H A Dibss.c74 queue_work(cfg80211_wq, &rdev->event_work);
H A Dscan.c92 queue_work(cfg80211_wq, &wiphy_to_dev(request->wiphy)->scan_done_wk);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/wireless/
H A Dcore.c45 struct workqueue_struct *cfg80211_wq; variable in typeref:struct:workqueue_struct
754 queue_work(cfg80211_wq, &wdev->cleanup_work);
881 cfg80211_wq = create_singlethread_workqueue("cfg80211");
882 if (!cfg80211_wq)
910 destroy_workqueue(cfg80211_wq);
H A Dsme.c536 queue_work(cfg80211_wq, &rdev->event_work);
631 queue_work(cfg80211_wq, &rdev->event_work);
733 queue_work(cfg80211_wq, &rdev->event_work);
H A Dcore.h93 extern struct workqueue_struct *cfg80211_wq;
H A Dibss.c74 queue_work(cfg80211_wq, &rdev->event_work);
H A Dscan.c92 queue_work(cfg80211_wq, &wiphy_to_dev(request->wiphy)->scan_done_wk);

Completed in 126 milliseconds