struct ieee80211_tx_(9)
NAME
struct_ieee80211_tx_queue_params - transmit queue configuration
SYNOPSIS
struct ieee80211_tx_queue_params {
s16 aifs;
u16 cw_min;
u16 cw_max;
u16 txop;
};
MEMBERS
- aifs
- arbitration interface space [0..255, -1: use default]
- cw_min
- minimum contention window [will be a value of the form 2^n-1 in the range 1..1023; 0: use default]
- cw_max
- maximum contention window [like cw_min]
- txop
- maximum burst time in units of 32 usecs, 0 meaning disabled
DESCRIPTION
The information provided in this structure is required for QoS transmit
queue configuration. Cf. IEEE 802.11 7.3.2.29.
AUTHOR
- Johannes Berg <johannes@sipsolutions.net>
- Author.