1IEEE80211_QUEUE_WORK(9) The basic mac80211 driver inte IEEE80211_QUEUE_WORK(9)
2
3
4
6 ieee80211_queue_work - add work onto the mac80211 workqueue
7
9 void ieee80211_queue_work(struct ieee80211_hw * hw,
10 struct work_struct * work);
11
13 hw
14 the hardware struct for the interface we are adding work for
15
16 work
17 the work we want to add onto the mac80211 workqueue
18
20 Drivers and mac80211 use this to add work onto the mac80211 workqueue.
21 This helper ensures drivers are not queueing work when they should not
22 be.
23
25 Johannes Berg <johannes@sipsolutions.net>
26 Author.
27
29Kernel Hackers Manual 3.10 June 2019 IEEE80211_QUEUE_WORK(9)