'\" t .\" Title: struct ieee80211_tx_queue_params .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Advanced driver interface .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "STRUCT IEEE80211_TX_" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Advanced driver interface" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" struct_ieee80211_tx_queue_params \- transmit queue configuration .SH "SYNOPSIS" .sp .nf struct ieee80211_tx_queue_params { u16 txop; u16 cw_min; u16 cw_max; u8 aifs; bool acm; bool uapsd; }; .fi .SH "MEMBERS" .PP txop .RS 4 maximum burst time in units of 32 usecs, 0 meaning disabled .RE .PP cw_min .RS 4 minimum contention window [a value of the form 2^n\-1 in the range 1\&.\&.32767] .RE .PP cw_max .RS 4 maximum contention window [like \fIcw_min\fR] .RE .PP aifs .RS 4 arbitration interframe space [0\&.\&.255] .RE .PP acm .RS 4 is mandatory admission control required for the access category .RE .PP uapsd .RS 4 is U\-APSD mode enabled for the queue .RE .SH "DESCRIPTION" .PP .PP The information provided in this structure is required for QoS transmit queue configuration\&. Cf\&. IEEE 802\&.11 7\&.3\&.2\&.29\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br