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

#include <ath5k.h>

Data Fields

enum ath5k_tx_queue tqi_type
 
enum ath5k_tx_queue_subtype tqi_subtype
 
u16 tqi_flags
 
u8 tqi_aifs
 
u16 tqi_cw_min
 
u16 tqi_cw_max
 
u32 tqi_cbr_period
 
u32 tqi_cbr_overflow_limit
 
u32 tqi_burst_time
 
u32 tqi_ready_time
 

Detailed Description

struct ath5k_txq_info - A struct to hold TX queue's parameters : One of enum ath5k_tx_queue : One of enum ath5k_tx_queue_subtype : TX queue flags (see above) : Arbitrated Inter-frame Space : Minimum Contention Window : Maximum Contention Window : Constant bit rate period : Time queue waits after an event when RDYTIME is enabled

Definition at line 651 of file ath5k.h.

Field Documentation

u8 tqi_aifs

Definition at line 655 of file ath5k.h.

u32 tqi_burst_time

Definition at line 660 of file ath5k.h.

u32 tqi_cbr_overflow_limit

Definition at line 659 of file ath5k.h.

u32 tqi_cbr_period

Definition at line 658 of file ath5k.h.

u16 tqi_cw_max

Definition at line 657 of file ath5k.h.

u16 tqi_cw_min

Definition at line 656 of file ath5k.h.

u16 tqi_flags

Definition at line 654 of file ath5k.h.

u32 tqi_ready_time

Definition at line 661 of file ath5k.h.

enum ath5k_tx_queue_subtype tqi_subtype

Definition at line 653 of file ath5k.h.

enum ath5k_tx_queue tqi_type

Definition at line 652 of file ath5k.h.


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