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

#include <cfg80211.h>

Data Fields

enum nl80211_ac ac
 
u16 txop
 
u16 cwmin
 
u16 cwmax
 
u8 aifs
 

Detailed Description

struct ieee80211_txq_params - TX queue parameters : AC identifier : 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]

Definition at line 950 of file cfg80211.h.

Field Documentation

enum nl80211_ac ac

Definition at line 951 of file cfg80211.h.

u8 aifs

Definition at line 955 of file cfg80211.h.

u16 cwmax

Definition at line 954 of file cfg80211.h.

u16 cwmin

Definition at line 953 of file cfg80211.h.

Definition at line 952 of file cfg80211.h.


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