'\" t .\" Title: ieee80211_queue_delayed_work .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: The basic mac80211 driver interface .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "IEEE80211_QUEUE_DELA" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "The basic mac80211 driver inte" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" ieee80211_queue_delayed_work \- add work onto the mac80211 workqueue .SH "SYNOPSIS" .HP \w'void\ ieee80211_queue_delayed_work('u .BI "void ieee80211_queue_delayed_work(struct\ ieee80211_hw\ *\ " "hw" ", struct\ delayed_work\ *\ " "dwork" ", unsigned\ long\ " "delay" ");" .SH "ARGUMENTS" .PP \fIhw\fR .RS 4 the hardware struct for the interface we are adding work for .RE .PP \fIdwork\fR .RS 4 delayable work to queue onto the mac80211 workqueue .RE .PP \fIdelay\fR .RS 4 number of jiffies to wait before queueing .RE .SH "DESCRIPTION" .PP .PP Drivers and mac80211 use this to queue delayed work onto the mac80211 workqueue\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br