1IEEE80211_QUEUE_STOP(9) The basic mac80211 driver inte IEEE80211_QUEUE_STOP(9)
2
3
4
6 ieee80211_queue_stopped - test status of the queue
7
9 int ieee80211_queue_stopped(struct ieee80211_hw * hw, int queue);
10
12 hw
13 pointer as obtained from ieee80211_alloc_hw.
14
15 queue
16 queue number (counted from zero).
17
19 Drivers should use this function instead of netif_stop_queue.
20
22 true if the queue is stopped. false otherwise.
23
25 Johannes Berg <johannes@sipsolutions.net>
26 Author.
27
29Kernel Hackers Manual 3.10 June 2019 IEEE80211_QUEUE_STOP(9)