1IEEE80211_QUEUE_DELA(9) The basic mac80211 driver inte IEEE80211_QUEUE_DELA(9)
2
3
4

NAME

6       ieee80211_queue_delayed_work - add work onto the mac80211 workqueue
7

SYNOPSIS

9       void ieee80211_queue_delayed_work(struct ieee80211_hw * hw,
10                                         struct delayed_work * dwork,
11                                         unsigned long delay);
12

ARGUMENTS

14       hw
15           the hardware struct for the interface we are adding work for
16
17       dwork
18           delayable work to queue onto the mac80211 workqueue
19
20       delay
21           number of jiffies to wait before queueing
22

DESCRIPTION

24       Drivers and mac80211 use this to queue delayed work onto the mac80211
25       workqueue.
26

AUTHOR

28       Johannes Berg <johannes@sipsolutions.net>
29           Author.
30
32Kernel Hackers Manual 3.10         June 2019           IEEE80211_QUEUE_DELA(9)
Impressum