other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
STRUCT IEEE80211_TXQ(9) | Actions and configuration | STRUCT IEEE80211_TXQ(9) |
NAME¶
struct_ieee80211_txq_params - TX queue parametersSYNOPSIS¶
struct ieee80211_txq_params { enum nl80211_ac ac; u16 txop; u16 cwmin; u16 cwmax; u8 aifs; };
MEMBERS¶
acAC identifier
txop
Maximum burst time in units of 32 usecs, 0
meaning disabled
cwmin
Minimum contention window [a value of the form
2^n-1 in the range 1..32767]
cwmax
Maximum contention window [a value of the form
2^n-1 in the range 1..32767]
aifs
Arbitration interframe space [0..255]
AUTHOR¶
Johannes Berg <johannes@sipsolutions.net>Author.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |