1STRUCT IEEE80211_TXQ(9) Actions and configuration STRUCT IEEE80211_TXQ(9)
2
3
4
6 struct_ieee80211_txq_params - TX queue parameters
7
9 struct ieee80211_txq_params {
10 enum nl80211_ac ac;
11 u16 txop;
12 u16 cwmin;
13 u16 cwmax;
14 u8 aifs;
15 };
16
18 ac
19 AC identifier
20
21 txop
22 Maximum burst time in units of 32 usecs, 0 meaning disabled
23
24 cwmin
25 Minimum contention window [a value of the form 2^n-1 in the range
26 1..32767]
27
28 cwmax
29 Maximum contention window [a value of the form 2^n-1 in the range
30 1..32767]
31
32 aifs
33 Arbitration interframe space [0..255]
34
36 Johannes Berg <johannes@sipsolutions.net>
37 Author.
38
40Kernel Hackers Manual 3.10 June 2019 STRUCT IEEE80211_TXQ(9)