Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ieee80211_tx_queue_params Struct Reference

#include <mac80211.h>

Data Fields

u16 txop
 
u16 cw_min
 
u16 cw_max
 
u8 aifs
 
bool uapsd
 

Detailed Description

struct ieee80211_tx_queue_params - transmit queue configuration

The information provided in this structure is required for QoS transmit queue configuration. Cf. IEEE 802.11 7.3.2.29.

: arbitration interframe space [0..255] : minimum contention window [a value of the form 2^n-1 in the range 1..32767] : maximum contention window [like ] : maximum burst time in units of 32 usecs, 0 meaning disabled : is U-APSD mode enabled for the queue

Definition at line 131 of file mac80211.h.

Field Documentation

u8 aifs

Definition at line 135 of file mac80211.h.

u16 cw_max

Definition at line 134 of file mac80211.h.

u16 cw_min

Definition at line 133 of file mac80211.h.

Definition at line 132 of file mac80211.h.

bool uapsd

Definition at line 136 of file mac80211.h.


The documentation for this struct was generated from the following file: