1STRUCT IEEE80211_TX_(9)    Advanced driver interface   STRUCT IEEE80211_TX_(9)
2
3
4

NAME

6       struct_ieee80211_tx_queue_params - transmit queue configuration
7

SYNOPSIS

9       struct ieee80211_tx_queue_params {
10         u16 txop;
11         u16 cw_min;
12         u16 cw_max;
13         u8 aifs;
14         bool acm;
15         bool uapsd;
16       };
17

MEMBERS

19       txop
20           maximum burst time in units of 32 usecs, 0 meaning disabled
21
22       cw_min
23           minimum contention window [a value of the form 2^n-1 in the range
24           1..32767]
25
26       cw_max
27           maximum contention window [like cw_min]
28
29       aifs
30           arbitration interframe space [0..255]
31
32       acm
33           is mandatory admission control required for the access category
34
35       uapsd
36           is U-APSD mode enabled for the queue
37

DESCRIPTION

39       The information provided in this structure is required for QoS transmit
40       queue configuration. Cf. IEEE 802.11 7.3.2.29.
41

AUTHOR

43       Johannes Berg <johannes@sipsolutions.net>
44           Author.
45
47Kernel Hackers Manual 3.10         June 2019           STRUCT IEEE80211_TX_(9)
Impressum