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

#include <ath9k.h>

Data Fields

u16 seq_no
 
u32 txqsetup
 
spinlock_t txbuflock
 
struct list_head txbuf
 
struct ath_txq txq [ATH9K_NUM_TX_QUEUES]
 
struct ath_descdma txdma
 
struct ath_txqtxq_map [WME_NUM_AC]
 
u32 txq_max_pending [WME_NUM_AC]
 
u16 max_aggr_framelen [WME_NUM_AC][4][32]
 

Detailed Description

: Index is mac80211 queue number. This is not necessarily the same as the hardware queue number (axq_qnum).

Definition at line 295 of file ath9k.h.

Field Documentation

u16 max_aggr_framelen[WME_NUM_AC][4][32]

Definition at line 304 of file ath9k.h.

u16 seq_no

Definition at line 296 of file ath9k.h.

Definition at line 299 of file ath9k.h.

spinlock_t txbuflock

Definition at line 298 of file ath9k.h.

Definition at line 301 of file ath9k.h.

Definition at line 300 of file ath9k.h.

Definition at line 302 of file ath9k.h.

u32 txq_max_pending[WME_NUM_AC]

Definition at line 303 of file ath9k.h.

u32 txqsetup

Definition at line 297 of file ath9k.h.


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