Man Page: ieee80211_queue_work
Operating Environment: centos
Section: 9
IEEE80211_QUEUE_WORK(9) The basic mac80211 driver inte IEEE80211_QUEUE_WORK(9)NAMEieee80211_queue_work - add work onto the mac80211 workqueueSYNOPSISvoid ieee80211_queue_work(struct ieee80211_hw * hw, struct work_struct * work);ARGUMENTShw the hardware struct for the interface we are adding work for work the work we want to add onto the mac80211 workqueueDESCRIPTIONDrivers and mac80211 use this to add work onto the mac80211 workqueue. This helper ensures drivers are not queueing work when they should not be.AUTHORJohannes Berg <johannes@sipsolutions.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 IEEE80211_QUEUE_WORK(9)
| Similar Topics in the Unix Linux Community |
|---|
| How to increment version inside a file? |
| Tar Command |
| CentOS7 restoring file capabilities |
| Docker learning Phase-I |
| [TIP] Processing YAML files with yq |