struct ieee80211_txq_params — TX queue parameters
struct ieee80211_txq_params {
enum nl80211_txq_q queue;
u16 txop;
u16 cwmin;
u16 cwmax;
u8 aifs;
}; TX queue identifier (NL80211_TXQ_Q_*)
Maximum burst time in units of 32 usecs, 0 meaning disabled
Minimum contention window [a value of the form 2^n-1 in the range 1..32767]
Maximum contention window [a value of the form 2^n-1 in the range 1..32767]
Arbitration interframe space [0..255]