1IEEE80211_STOP_QUEUE(9) The basic mac80211 driver inte IEEE80211_STOP_QUEUE(9)
23
4
NAME
6ieee80211_stop_queue - stop specific queue
7
SYNOPSIS
9void ieee80211_stop_queue(struct ieee80211_hw * hw, int queue);
10
ARGUMENTS
12hw
13pointer as obtained from ieee80211_alloc_hw.
1415
queue
16queue number (counted from zero).
17
DESCRIPTION
19Drivers should use this function instead of netif_stop_queue.
20
AUTHOR
22Johannes Berg <johannes@sipsolutions.net>
23Author.
24
COPYRIGHT
26Kernel Hackers Manual 3.10 June 2019 IEEE80211_STOP_QUEUE(9)